YUIButtonMenu¶
YUI ButtonMenu. It is a container attached to a menu button. Using this container is useful when you need to house HTML content or another YUI widget, such as a Calendar or Color Picker.
Extends HTMLObject
Extends SeSSimulatedObject
Behavior Pattern: YUIButtonMenuBehavior
Action Summary¶
Action | Description |
---|---|
DoClick | Clicks on the menu container. |
Action Detail¶
DoClick¶
Clicks on the menu container.
SeS('SomeYUIButtonMenu').DoClick()
Returns:
boolean: 'true' if successful, 'false' otherwise