Changes for page ERPrototaculous

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

From version 268.1
edited by Ravi Mendis
on 2009/07/17 01:21
Change comment: There is no comment for this version
To version 269.1
edited by Ravi Mendis
on 2009/07/17 01:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -18,8 +18,9 @@
18 18  
19 19  Unobtrusive javascript is used in contrast to on-demand style of ajax programming.
20 20  By including Javascript as well as CSS globally in the page wrapper, CSS and Javascript don't have to load inside each and every ajax requests.
21 +This keeps the ajax responses compact and granular.
21 21  
22 -The result is **faster** and more **reliable** ajax in WebObjects applications.
23 +The result is **faster** and more **reliable** ajax in WebObjects.
23 23  
24 24  ==== Prototype WebObjects Elements ====
25 25