 |
Red XP-Style Tree-menu
-
You can expand items you want.
Syntax:
var tmenuItems = [
["+itemText", ...]
];
Symbol '+' means this item (or submenu) is expanded.
-
Also you can expand an item by clicking on it:
var texpandItemClick = 0/1; - disable/enable items expand by clicking.
Try to click on root items.
For more info about menu parameters see [parameters info].
|
 |