Changes for page ERPrototaculous
Last modified by Ravi Mendis on 2010/11/18 05:07
From version 267.1
edited by Ravi Mendis
on 2009/07/17 01:21
on 2009/07/17 01:21
Change comment:
There is no comment for this version
To version 264.1
edited by Ravi Mendis
on 2009/07/17 01:18
on 2009/07/17 01:18
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -7,17 +7,15 @@ 7 7 Features include: 8 8 9 9 * 'Organic' support for Prototype and Scriptaculous in WebObjects. 10 -** Light-weight dynamic WebObjects elements to support Prototype 11 -** No custom patches to Prototype 12 -** Sans custom Prototype extensions 13 13 * Use of [[Unobtrusive Javascript>>http://en.wikipedia.org/wiki/Unobtrusive_JavaScript]]. 14 14 * Pseudo-stateless ajax responses 12 +* No custom extension or patches to Prototype 15 15 * A set of widgets in the Prototype + Scriptaculous family. 16 16 17 17 ==== Unobtrusive Javascript in ERPrototaculous ==== 18 18 19 19 Unobtrusive javascript is used in contrast to on-demand style of ajax programming. 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.18 +By including Javascript as well as CSS globally in the page wrapper, CSS and/or Javascript doesn't have to load inside ajax requests. 21 21 22 22 The result is **faster** and more **reliable** ajax in WebObjects applications. 23 23