Multilevel - Drop Down List
Deluxe menu can contain as many rows as you wish.
To create a multilevel drop down list 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
|