Changes for page ERJQuery
Last modified by Ravi Mendis on 2010/11/30 05:16
From version 50.1
edited by Ravi Mendis
on 2010/04/27 23:14
on 2010/04/27 23:14
Change comment:
There is no comment for this version
To version 51.1
edited by Ravi Mendis
on 2010/04/29 20:23
on 2010/04/29 20:23
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +1,32 @@ 1 1 == What is ERJQuery? == 2 2 3 3 ERJQuery is an alternative Ajax framework for WebObjects applications. 4 +It's is a [[jQuery>>http://jquery.com/]] version of [[ERPrototaculous]]. 5 +ERJQuery and [[ERPrototaculous]] are mutually exclusive frameworks. In other words, you may only use one or the other. 4 4 5 -It's is a jQuery version of ERPrototaculous that is meant to be used in place of (rather than in addition to) ERPrototaculous and Ajax framework. 7 +Features include: 8 + 9 +* 'Organic' support for [[jQuery>>http://jquery.com/]] in WebObjects. 10 +** Light-weight dynamic elements to support jQuery 11 +** Transparent API that doesn't hide or abstract jQuery 12 +** Sans patches or extensions to jQuery 13 +* Use of [[Unobtrusive Javascript>>http://en.wikipedia.org/wiki/Unobtrusive_JavaScript]]. 14 +* Pseudo-stateless ajax responses 15 +* A set of jQuery widgets. 16 + 17 +Ajax actions and update containers are handled just like [[ERPrototaculous]] except they use jQuery instead of Prototype and Scriptaculous. 18 + 19 +==== jQuery Widgets ==== 20 + 21 +* [[FileUpload>>http://valums.com/ajax-upload/]] 22 + 23 +Support for the file upload widget has been implemented as an input and as a CSS style-able container. 24 + 25 +== Compatibility == 26 + 27 +ERJQuery can not be used with WebObjects 5.3 as it is dependent on the hooks for ajax added to WebObjects with version 5.4. 28 + 29 +{{warning title="ERJQuery is WebObjects *5.4* compatible only"}} 30 + 31 + 32 +{{/warning}}