|
|
Multilevel Menu
Deluxe menu can contain as many rows as you wish.
To create a multirow menu add '$' symbol before an item text to make a new row. For example:
var menuItems = [
["1st Row Item", "mypage.html"],
["1st Row Item", "mypage.html"],
["$2nd Row Item", "mypage.html"], // start new row
["2nd Row Item", "mypage.html"],
];
See also:
Menu Items
|