Publish
Click "Publish..." menu under "File" main
menu or click "Publish" toolbar button, then select a web page file to publish
tree menu into, then this dialog will pop
up:
Click in the HTML file code edit box between <BODY> and </BODY> tags, then press
"Insert" button to insert menu code, then press "Save" button to save the HTML
code to file.
Copy the resource files to appropriate directory when save:
Check this box to copy the relevant resource files to appropriate directory when
you press "Save" button to save the HTML code to file.
If the "Global Web Path Settings" is set and it's local path, then the image
files will be copied to "Image Path" in "Global Web Path Settings" and
script files will be copied to "Script Path". Otherwise, these files will be
copied to the publish file's same folder.
Insert:
Move the mouse in the web file code edit box, then click the position where you
want to insert tree menu code. Then press "Insert" button, the tree menu code
will be pasted into the edit box. And the tree menu code is also be copied to
clipboard so that you can paste it to other web pages manually. The tree menu
code should be pasted between HTML code <body>
and </body>, and where the tree menu
code pasted will display the tree menu when browse this page.
NOTE: There is another line of code <script type="text/javascript"
src="treemenu.js"> </script> . This code was automatically
inserted into web file code edit box when this window opened, inserted between
HTML code <head> and
</head>. If you will paste tree menu code
to other web page files manually, please not omit to insert this line of code
also.
Save:
Click this button to save web file code to the previously selected publish file,
and this will also copy the needed image and script files to the appropriate folder
if you check "Copy the resource files...." box.
View Code:
View or copy the script include and tree menu code.
Exit:
Close this window.
See Also
How to publish?