Class Exanpe.Menu
Represents a Menu.
Defined in: exanpe-t5-lib.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Exanpe.Menu(id, yui)
Constructor
|
| Field Attributes | Field Name and Description |
|---|---|
|
id
|
|
|
yui wrapped
|
| Method Attributes | Method Name and Description |
|---|---|
|
hide()
Hide the menu
|
|
|
show()
Show the menu
|
Class Detail
Exanpe.Menu(id, yui)
Constructor
- Parameters:
- {String} id
- the id of the menu bar
- {YUI} yui
- the yui Menu object wrapped
Field Detail
id
id
yui
yui wrapped
Method Detail
hide()
Hide the menu
show()
Show the menu