WebObjects/Project WONDER/Frameworks/Ajax/AjaxUpdateLink
Appearance
WebObjects Wikibooks considered deprecated
[edit | edit source]Please look at http://wiki.objectstyle.org/confluence/display/WO/Programming__WebObjects-Project+WONDER-Frameworks-Ajax-AjaxUpdateLink instead.
AjaxUpdateLink
[edit | edit source]AjaxUpdateLink provides a WOHyperlink-like wrapper around an update trigger for an AjaxUpdateContainer. AjaxUpdateLink uses a WOComponentContent, so any text that should appear as part of the link should be enclosed between the AjaxUpdateLink's webobjects tags.
Wonder Bindings
[edit | edit source]- action (required) - the action to fire when the link is pressed
- updateContainerID - the ID of the AjaxUpdateContainer to refresh when the link is pressed
Prototype Bindings
[edit | edit source]- onComplete
- onSuccess
- onFailure
- onException
- insertion
- evalScripts