Documentation

getTopMenu

returns top menu object

object getTopMenu();

Returns

objecttop menu object

Example

var top = $$("somemenu").getTopMenu();

Details

Can be used to access top menu object from the sub-menu

Back to top