submenurenderer.js
No description.

File Location

/goog/ui/submenurenderer.js

Classes

goog.ui.SubMenuRenderer
Default renderer for goog.ui.SubMenus. Each item has the following structure:
...(menuitem content)...
... (submenu content) ...

Public Protected Private

Global Functions

goog.ui.SubMenuRenderer.getInstance()
No description.
code »
goog.ui.SubMenuRenderer.setArrowTextContent_(subMenuarrow)
Set the text content of an arrow.
Arguments:
subMenu : goog.ui.SubMenu
The sub menu that owns the arrow.
arrow : Element
The arrow element.
code »

Directory ui

File Reference