Documentation

enableItem

enables menu item

void enableItem(id id);

Parameters

ididid of item which need to be enabled

Example

$$("somemenu").enabledItem("about");

Back to top