Exporting Menu Configuration |
1. Prepare Directory |
Cleanup the directory results under the folder where you located this builder.
All the file operations described below should be done in this directory.
You'll be able to relocate the menu files in the filesystem of your web site later.
|
2. Copy Tigra Menu Core File |
The core script file for Tigra Menu is menu.js. Local copy of this file
can be found at files/export/tigra_menu/menu.js under the folder where
you unzipped this builder.
You can also get most current version of this file from the official download page at:
www.softcomplex.com
|
3. Save Items Structure |
Create new file menu_items.js, copy the contents of the textarea below into that file and save it.
|
3. Save Template Structure |
Create new file menu_tpl.js, copy the contents of the textarea below into that file and save it.
|
4. Save CSS Settings |
Create new file menu.css, copy the contents of the textarea below into that file and save it.
|
5. Save Sample HTML page |
Create new file index.html, copy the contents of the textarea below into that file and save it.
|
6. Test the Menu |
Open another instance of your browser and load index.html in it.
Make sure menu appears on the page the way you want.
|
|