Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
This client-side class provides methods that 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. |
Example:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
SimpleMenu.updateFavoritesList(); |
updateMenuList()
Use this method to update the Navigator menu.
Return:
Type | Description |
---|---|
Void | This method does not return a value. |
Example:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
SimpleMenu.updateMenuList(); |
Table of Contents | ||||
---|---|---|---|---|
|