DojoMenu

Use the DojoMenu widget with one or more DojoMenuItem widgets to create menu items. To create complex menus, you can nest the DojoMenu and DojoMenuItem widgets.

Properties

children
An array of records that contains information to put into the menu. Specify as children=(array_name as any[]), where array_name is the name of the array.
text
The text label for the menu box

Events

onMenuItemSelected
The event that is called when a menu item is selected

Feedback