Changes for page ERPrototaculous

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

From version 127.1
edited by Ravi Mendis
on 2010/02/12 18:49
Change comment: There is no comment for this version
To version 125.1
edited by Ravi Mendis
on 2010/02/14 20:55
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  
... ... @@ -115,7 +115,7 @@
115 115  
116 116  Ajax responses are mostly page fragments or just part of a page.
117 117  So you should make sure the actions in ERPrototaculous (or AjaxUpdaterButton and AjaxRequestButton) return the proper page fragment as opposed to the entire page.
118 -This breaks with WO-tradition, so this is where you need to be careful.
118 +This breaks with WO-tradition (again), so this is where you need to be careful.
119 119  
120 120  {{note title="Note"}}
121 121