Documentation

getMenuItem

search for menu item in submenus

object getMenuItem(id id);

Parameters

ididid of item

Returns

objectrelated data item

Example

$$("topmenu").getMenuItem("open");

Details

Method can be called from the top menu to locate data item in one of sub-menus

Back to top