Changes for page ERPrototaculous

Last modified by Ravi Mendis on 2010/11/18 05:07

From version 252.1
edited by Ravi Mendis
on 2009/07/16 09:02
Change comment: There is no comment for this version
To version 253.1
edited by Ravi Mendis
on 2009/07/16 09:15
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -19,6 +19,25 @@
19 19  
20 20  The result is **faster** and more **reliable** ajax in WebObjects applications.
21 21  
22 +==== Prototype WebObjects Elements ====
23 +
24 +##Ajax.Updater## and ##Ajax.Request## have been implemented as WebObjects dynamic elements.
25 +
26 +===== Ajax.Updater =====
27 +
28 +Support for Prototype's [[Ajax.Updater>>http://www.prototypejs.org/api/ajax/updater]] is in the form of three components:
29 +
30 +1. AjaxUpdaterLink
31 +1. AjaxUpdaterButton
32 +1. AjaxUpdaterForm (with ##onsubmit## for ajax form submission)
33 +
34 +===== Ajax.Request =====
35 +
36 +Prototype's [[Ajax.Request>>http://www.prototypejs.org/api/ajax/request]] is in the form of:
37 +
38 +1. AjaxRequestLink
39 +1. AjaxRequestButton
40 +
22 22  ==== Prototype + Scriptaculous Widgets ====
23 23  
24 24  * Accordion
... ... @@ -34,7 +34,7 @@
34 34  * All form controls must be named. This includes text fields, selects and buttons.
35 35  (WebObjects dynamically assigned names are not compatible with ERPrototaculous).
36 36  * All forms in an ERPrototaculous app are instances of ##AjaxUpdaterForm##.
37 -* Form submits can be the form of:
56 +* Form submits can be the form of a:
38 38  ** Static ##<button>##
39 39  ** WOSubmitButton (if the result is to update whole page/app.
40 40  ** AjaxUpdaterButton (to update a **container**). Or