TinyMCE_Menu
TinyMCE_Menu()
Constructor for the menu layer class.
| TinyMCE_Menu()
Constructor for the menu layer class. |
| void | add(<Object> mi)
Adds a menu item object. |
| void | addDisabled(<string> t)
Adds a disabled menu item, this is a static item that can't be clicked. |
| void | addItem(<string> t, <string> js)
Adds a menu item. |
| void | addSeparator()
Adds a menu separator line. |
| void | addTitle(<string> t)
Adds a menu title, this is a static item that can't be clicked. |
| void | clear()
Clears the menu. |
| void | init(<Array> s)
Initializes the Menu with settings. |
| void | show()
Displays the menu. |
| void | update()
Update the menu with new HTML contents. |
| moveRelativeTo, moveBy, moveTo, resizeBy, resizeTo, show, hide, isVisible, getElement, setBlockMode, updateBlocker, getBlocker, getAbsPosition, create, exists, parseInt |