
Public Member Functions | |
| void | appendChildrenToResponse (WOResponse response, WOContext context) |
| ERXOptGroupPopupButton (String name, NSDictionary associations, WOElement template) | |
Protected Attributes | |
| WOAssociation | group |
| WOAssociation | itemClass |
| WOAssociation | itemDisabled |
| WOAssociation | itemStyle |
| WOAssociation | label |
Also adds bindings to style or disable individual items.
group Object, required - keyPath to value that changes when the group of options changes label String, optional - String used as label for an option group itemClass, optional - String CSS class name for this item, browser support is inconsistent itemStyle, optional - String CSS style for this item, browser support is inconsistent itemDisabled, optional - boolean indicating if the current item should be disabled or not. Browser support is inconsistent. Be prepared to handle the case where the user selects a disabled option!
| ERXOptGroupPopupButton | ( | String | name, | |
| NSDictionary | associations, | |||
| WOElement | template | |||
| ) |
| void appendChildrenToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) |
WOAssociation group [protected] |
WOAssociation itemClass [protected] |
WOAssociation itemDisabled [protected] |
WOAssociation itemStyle [protected] |
WOAssociation label [protected] |
1.5.8