YUIMenuButton¶
YUI MenuButton.
Extends HTMLObject
Extends SeSSimulatedObject
Behavior Pattern: YUIMenuButtonBehavior
Property Summary¶
Property | Description | Getter | Setter |
---|---|---|---|
Active | Active state of the button. | GetActive |
Action Summary¶
Action | Description |
---|---|
DoClick | Clicks the menu button. |
Property Detail¶
Active¶
Active state of the button. If the button is active it is highlighted in YUI. Usually to make an object Active user needs to move mouse over the object
Type: boolean
Accessors: GetActive
value = SeS('SomeYUIMenuButton').GetActive()
Action Detail¶
DoClick¶
Clicks the menu button.
SeS('SomeYUIMenuButton').DoClick()
Returns:
boolean: 'true' if successful, 'false' otherwise