Last modified by Pascal Robert on 2011/06/12 17:07

Hide last authors
Gavin Eadie 6.1 1 === AjaxUpdateLink ===
Pascal Robert 2.1 2
Pascal Robert 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.
Pascal Robert 2.1 4
Gavin Eadie 6.1 5 ==== Wonder Bindings ====
Pascal Robert 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
Gavin Eadie 6.1 10 ==== Prototype Bindings ====
Pascal Robert 2.1 11
12 * onComplete
13 * onSuccess
14 * onFailure
15 * onException
16 * insertion
17 * evalScripts