
Public Member Functions | |
| AjaxFunctionLink (String aName, NSDictionary associations, WOElement template) | |
| void | appendAttributesToResponse (WOResponse response, WOContext context) |
Static Public Member Functions | |
| static void | _appendAttributesToResponse (WOResponse response, WOContext context, WOAssociation actionAssociation, WOAssociation updateContainerIDAssociation) |
Protected Member Functions | |
| void | _appendCloseTagToResponse (WOResponse response, WOContext context) |
| void | _appendOpenTagToResponse (WOResponse response, WOContext context) |
Static Protected Member Functions | |
| static NSDictionary | processAssociations (NSDictionary associations) |
Private Member Functions | |
| boolean | isDisabled (WOContext context) |
Private Attributes | |
| WOAssociation | _action |
| WOAssociation | _disabled |
| WOAssociation | _updateContainerID |
So for instance, if you are inside of an AjaxInPlace with the id "blogForm" you can do
<:wo:AjaxFunctionLink action = "edit">
to go into edit mode.
disabled if true, disables the link onclick the javascript to execute when the link is clicked. onClick synonym of onclick action the type of event to fire ("update", "save", "edit", "cancel") updateContainerID the id of the container to fire the event to (optional if inside of the container)
| AjaxFunctionLink | ( | String | aName, | |
| NSDictionary | associations, | |||
| WOElement | template | |||
| ) |
| static void _appendAttributesToResponse | ( | WOResponse | response, | |
| WOContext | context, | |||
| WOAssociation | actionAssociation, | |||
| WOAssociation | updateContainerIDAssociation | |||
| ) | [static] |
| void _appendCloseTagToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) | [protected] |
| void _appendOpenTagToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) | [protected] |
| void appendAttributesToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) |
| boolean isDisabled | ( | WOContext | context | ) | [private] |
| static NSDictionary processAssociations | ( | NSDictionary | associations | ) | [static, protected] |
WOAssociation _action [private] |
WOAssociation _disabled [private] |
WOAssociation _updateContainerID [private] |
1.5.8