Wiki source code of Project WONDER-Frameworks-Ajax-AjaxUpdateLink
Last modified by Pascal Robert on 2011/06/12 17:07
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
6.1 | 1 | === AjaxUpdateLink === |
![]() |
2.1 | 2 | |
![]() |
8.1 | 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. |
![]() |
2.1 | 4 | |
![]() |
6.1 | 5 | ==== Wonder Bindings ==== |
![]() |
2.1 | 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 | |||
![]() |
6.1 | 10 | ==== Prototype Bindings ==== |
![]() |
2.1 | 11 | |
12 | * onComplete | ||
13 | * onSuccess | ||
14 | * onFailure | ||
15 | * onException | ||
16 | * insertion | ||
17 | * evalScripts |