Where I can find data.js file for tree javascript menu?
Return to Recent Questions
Q:
The /js subdirectory of the Apycom Tree Menu trial package has
no data file, i.e. the data file is missing.
A:
This file can be renamed, for example, into tree-data.js.
This file contains Javascript code with menu parameters and items.
It has the following structure:
var param1 = value1;
var param2 = value2;
var param3 = value3;
...
var tmenuItems = [...];
Please, check that.
Use our examples to see how to install the menu.
Use DHTML Tuner application from the same .zip package to create and
configure your menus.
Return to Recent Questions
|