Function Namespace vonline.Menu
Defined in: menu.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
container for the menu items
|
| Method Attributes | Method Name and Description |
|---|---|
|
addItem(item)
adds an item to the menu
|
|
|
getHTML()
returns html representation
|
|
|
removeItem(item)
remove an item from the menu
|
Method Detail
addItem(item)
adds an item to the menu
- Parameters:
- {vonline.MenuItem} item
getHTML()
returns html representation
removeItem(item)
remove an item from the menu
- Parameters:
- {vonline.MenuItem} item