View Tree Menu Code
Click "Publish..." menu under "File" main menu or click "Publish" toolbar
button, then select a web page file to publish tree menu into, then press "Code"
button on the publish dialog,
then this dialog will pop up:
Include Code:
The include code is similarly as <script type="text/javascript" src="treemenu.js">
</script> , please insert it into HTML page file between <HEAD> and
</HEAD>. This will include the tree menu script file. You can change the src="treemenu.js"
according to your requirement, for example, change to src="/treemenu.js"
or src="http://www.site.com/treemenu.js" etc.
Tree Menu Code:
Please insert this tree menu code into web page file between <BODY> and </BODY>.
Copy:
Press the "Copy" button to copy include code or tree menu code to clipboard, so
that you can paste them into other web page files manually.