Changes for page ERJQuery
Last modified by Ravi Mendis on 2010/11/30 05:16
From version 100.3
edited by Ravi Mendis
on 2023/11/13 11:57
on 2023/11/13 11:57
Change comment:
Update document after refactoring.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,8 +1,8 @@ 1 1 == What is ERJQuery? == 2 2 3 3 ERJQuery is an alternative, //pseudo-stateless// Ajax framework for WebObjects applications. 4 - It's is a [[jQuery>>url:http://jquery.com/||shape="rect"]] version of [[doc:documentation.ERPrototaculous]]. 5 - ERJQuery and [[doc:documentation.ERPrototaculous]] are mutually exclusive frameworks. In other words, you may only use one or the other. 4 + It's is a [[jQuery>>url:http://jquery.com/||shape="rect"]] version of [[doc:documentation.Home.Frameworks.ERPrototaculous.WebHome]]. 5 + ERJQuery and [[doc:documentation.Home.Frameworks.ERPrototaculous.WebHome]] are mutually exclusive frameworks. In other words, you may only use one or the other. 6 6 7 7 Features include: 8 8 ... ... @@ -14,7 +14,7 @@ 14 14 * Pseudo-stateless ajax responses 15 15 * A set of jQuery widgets. 16 16 17 -Ajax actions and update containers are handled just like [[doc:documentation.ERPrototaculous]] except they use jQuery instead of Prototype and Scriptaculous. 17 +Ajax actions and update containers are handled just like [[doc:documentation.Home.Frameworks.ERPrototaculous.WebHome]] except they use jQuery instead of Prototype and Scriptaculous. 18 18 19 19 ==== Unobtrusive JavaScript in ERJQuery ==== 20 20 ... ... @@ -58,7 +58,7 @@ 58 58 ERJQuery embraces the stateless model Ajax offers in exchange for simplifying the work WebObjects has to do - it's a win-win! 59 59 60 60 So you may observe one notable difference between ERJQuery and the Ajax framework is in the way it handles ajax responses. 61 - In ERJQuery, updates and actions break with standard WebObjects behaviour by being pseudo-stateless just like [[doc:documentation.ERPrototaculous]]. 61 + In ERJQuery, updates and actions break with standard WebObjects behaviour by being pseudo-stateless just like [[doc:documentation.Home.Frameworks.ERPrototaculous.WebHome]]. 62 62 63 63 == Compatibility == 64 64