
Public Member Functions | |
| void | appendAttributesToResponse (WOResponse response, WOContext context) |
| ERXClickableContainer (String name, NSDictionary associations, WOElement template) | |
Static Protected Member Functions | |
| static NSDictionary | _processAssociations (NSDictionary associations) |
Private Attributes | |
| WOAssociation | _actionClass |
| WOAssociation | _directActionName |
| WOAssociation | _disabled |
<wo:ERXClickableContainer action = "$someAction">
would create a div (by default) with an onclick action that executes the given component action and replaces the page with the results.
elementName the HTML element name to use (div by default) action the action to perform actionClass the class name that contains the direct action directActionName the name of the direct action to execute disabled if true, the onclick is not added to this container
| ERXClickableContainer | ( | String | name, | |
| NSDictionary | associations, | |||
| WOElement | template | |||
| ) |
| static NSDictionary _processAssociations | ( | NSDictionary | associations | ) | [static, protected] |
| void appendAttributesToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) |
WOAssociation _actionClass [private] |
WOAssociation _directActionName [private] |
WOAssociation _disabled [private] |
1.5.8