Changes for page ERPrototaculous

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

From version 101.1
edited by Ravi Mendis
on 2010/03/01 17:09
Change comment: There is no comment for this version
To version 102.1
edited by Ravi Mendis
on 2010/04/11 22:21
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,7 +8,7 @@
8 8  
9 9  * 'Organic' support for Prototype and Scriptaculous in WebObjects.
10 10  ** Light-weight dynamic elements to support Prototype
11 -** Transparent API that don't hide or abstract Prototype and Scriptaculous
11 +** Transparent API that doesn't hide or abstract Prototype and Scriptaculous
12 12  ** Sans patches or extensions to Prototype
13 13  * Use of [[Unobtrusive Javascript>>http://en.wikipedia.org/wiki/Unobtrusive_JavaScript]].
14 14  * Pseudo-stateless ajax responses
... ... @@ -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 (again), so this is where you need to be careful.
118 +This is different to how WebObjects normally works, so this is where you need to be careful.
119 119  
120 120  {{note title="Note"}}
121 121