Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Use this client-side class to take actions with the SimpleOne menu objects: Favorites and Navigator.
updateFavoritesList()
Use this method to update the Favorites menu.
Return:
Type | Description |
---|---|
Void | This method does not return a value. |
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
SimpleMenu.updateFavoritesList(); |
updateMenuList()
Use this method to update the Navigator menu.
Return:
Type | Description |
---|---|
Void | This method does not return a value. |
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
SimpleMenu.updateMenuList(); |
Table of Contents | ||||
---|---|---|---|---|
|