Version 5.1 by smmccraw on 2007/07/08 09:44

Show last authors
1 === AjaxUpdateLink ===
2
3 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.
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
18
19 Category:WebObjects