Windows Style

Work Style 1

To create the following templates you should add separators between the items and assign Tab Style for the items. To make a separator set an Item Text value into '-'. You'll have the following bmenuItems var bmenuItems = [
['Item 1','', '', '', '', '', '1', '','', ], //assign Individual Style 2
['-','', '', '', '', '', '0', '', '', ],         //assign Individual Style 1
['Item 3','', '', '', '', '', '','', '', ],
['-','', '', '', '', '', '0', '', '', ],         //assign Individual Style 1
['Item 5','', '', '', '', '', '2','', '', ], //assign Individual Style 3
];

Glass Style 1

Glass Style 2