|
Where I can find data.js file for dhtml drop down menu?
Return to Recent Questions
Q:
There is no data file in the /js subdirectory of the dhtml drop down menu trial package, i.e. the data file is missing.
A:
Use Tuner application from the same .zip package to create and
configure your dhtml drop down menu.
This file can be renamed, for example, into tree-data.js.
This file contains dhtml drop down 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 dhtml drop down menu.
Return to Recent Questions
Related:
|