WebObjects/Project WONDER/Frameworks/Ajax/AjaxUpdateLink

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

Contents

[edit] WebObjects Wikibooks considered deprecated

Please look at http://wiki.objectstyle.org/confluence/display/WO/Programming__WebObjects-Project+WONDER-Frameworks-Ajax-AjaxUpdateLink instead.

[edit] AjaxUpdateLink

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.

[edit] Wonder Bindings
  • action (required) - the action to fire when the link is pressed
  • updateContainerID - the ID of the AjaxUpdateContainer to refresh when the link is pressed
[edit] Prototype Bindings
  • onComplete
  • onSuccess
  • onFailure
  • onException
  • insertion
  • evalScripts