|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
Parameters
None.
Return value
| Latest item ID selected by the user. |
Description
| When the user select a menu item, the event event.menu:click is raised and the function menu.getItem() returns the ID of the item selected by the user. |
MioScript Sample Code
event.menu:click
alert(menu.getItem())
event.end |
|
|
|