Changes for page ERPrototaculous

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

From version 124.1
edited by Ravi Mendis
on 2010/02/12 18:50
Change comment: There is no comment for this version
To version 121.1
edited by Ravi Mendis
on 2010/02/14 20:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -78,7 +78,7 @@
78 78  1*. Static ##<button>##.
79 79  1*. WOSubmitButton (if the result is to update whole page/app).
80 80  1*. AjaxUpdaterButton (to update a **container**). Or
81 -1*. AjaxRequestButton (for a **background** ajax request).
81 +1*. AjaxRequestButton (for a **background** ajax submit).
82 82  
83 83  So forms are different in Ajax.framework and ERPrototaculous.
84 84  
... ... @@ -132,4 +132,4 @@
132 132  It is similar to an AjaxUpdateContainer when it has the binding ##ajax = true##, otherwise it's pretty much like **WOGenericContainer**.
133 133  
134 134  It has been implemented as a utility or //convenience// for Prototype's ##Ajax.Updater##.
135 -That is it can be used to update from a popup //onchange//, or from a Prototype //callback// like //onComplete//, etc.
135 +That is it can be used to update from a DOM //event// like popup //onchange//, or from a Prototype //callback// like //onComplete//, etc.