DojoMenu
Along with one or more DojoMenuItem widgets, the DojoMenu widget creates menu items. To create complex menus, you can nest the DojoMenu and DojoMenuItem widgets.
Properties
- children
- An array of records that contains information to add to 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