 |
Green XP-Style Tree-menu
-
You can specify a visibility for each item.
Syntax:
var tmenuItems = [
["#itemText", ...]
];
Symbol '#' means this item is hidden.
Also you can change item visibility dynamically by using apy_tshowItem() function:
apy_tshowItem(menuN, itemN, visible);
Where:
menuN - menu number on a page >=0;
itemN - item number in the specified menu >=0;
visible = true/false - item visibility.
Click here to show
the second submenu title and
here to hide it.
For more info about menu parameters see [parameters info].
|
 |