menu.js
A base menu class that supports key and mouse events. The menu can be bound to an existing HTML structure or can generate its own DOM. To decorate, the menu should be bound to an element containing children with the classname 'goog-menuitem'. HRs will be classed as separators. Decorate Example:

File Location

ui/menu.js

Classes

goog.ui.Menu
A basic menu class.

Public Protected Private

Global Properties

goog.ui.Menu.CSS_CLASS :
CSS class for menus.
Code »

Directory ui

File Reference