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