Wiki source code of Project WONDER-Frameworks-Ajax-AjaxUpdateLink
Last modified by Pascal Robert on 2011/06/12 17:07
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | === AjaxUpdateLink === | ||
| 2 | |||
| 3 | AjaxUpdateLink provides a WOHyperlink-like wrapper around an update trigger for an [[AjaxUpdateContainer>>doc:documentation.Home.Frameworks.Project Wonder.Project WONDER-Frameworks-Ajax-AjaxUpdateContainer.WebHome]]. AjaxUpdateLink uses a WOComponentContent, so any text that should appear as part of the link should be enclosed between the AjaxUpdateLink's webobjects tags. | ||
| 4 | |||
| 5 | ==== Wonder Bindings ==== | ||
| 6 | |||
| 7 | * action (required) - the action to fire when the link is pressed | ||
| 8 | * updateContainerID - the ID of the AjaxUpdateContainer to refresh when the link is pressed | ||
| 9 | |||
| 10 | ==== Prototype Bindings ==== | ||
| 11 | |||
| 12 | * onComplete | ||
| 13 | * onSuccess | ||
| 14 | * onFailure | ||
| 15 | * onException | ||
| 16 | * insertion | ||
| 17 | * evalScripts |