Changes for page ERPrototaculous
Last modified by Ravi Mendis on 2010/11/18 05:07
From version 117.1
edited by Ravi Mendis
on 2010/03/01 17:07
on 2010/03/01 17:07
Change comment:
There is no comment for this version
To version 121.1
edited by Ravi Mendis
on 2010/02/14 20:59
on 2010/02/14 20:59
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -8,7 +8,6 @@ 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 12 12 ** No custom patches to Prototype 13 13 ** Sans extensions to Prototype 14 14 * Use of [[Unobtrusive Javascript>>http://en.wikipedia.org/wiki/Unobtrusive_JavaScript]]. ... ... @@ -79,7 +79,7 @@ 79 79 1*. Static ##<button>##. 80 80 1*. WOSubmitButton (if the result is to update whole page/app). 81 81 1*. AjaxUpdaterButton (to update a **container**). Or 82 -1*. AjaxRequestButton (for a **background** ajax request).81 +1*. AjaxRequestButton (for a **background** ajax submit). 83 83 84 84 So forms are different in Ajax.framework and ERPrototaculous. 85 85 ... ... @@ -134,12 +134,3 @@ 134 134 135 135 It has been implemented as a utility or //convenience// for Prototype's ##Ajax.Updater##. 136 136 That is it can be used to update from a DOM //event// like popup //onchange//, or from a Prototype //callback// like //onComplete//, etc. 137 - 138 -== Compatibility == 139 - 140 -ERPrototaculous can not be used with WebObjects 5.3 as it is dependent on the hooks for ajax added to WebObjects with version 5.4. 141 - 142 -{{warning title="ERPrototaculous is WebObjects *5.4* compatible only"}} 143 - 144 - 145 -{{/warning}}