Changes for page ERPrototaculous
Last modified by Ravi Mendis on 2010/11/18 05:07
From version 226.1
edited by Ravi Mendis
on 2009/07/16 08:22
on 2009/07/16 08:22
Change comment:
There is no comment for this version
To version 224.1
edited by Ravi Mendis
on 2009/07/16 08:31
on 2009/07/16 08:31
Change comment:
Notes on differences to Ajax.framework
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -7,6 +7,7 @@ 7 7 * It provides 'organic' support for Prototype and Scriptaculous in WebObjects. 8 8 * It doesn't extend Prototype 9 9 * It includes a set of widgets in the Prototype + Scriptaculous family. 10 +* It subscribes to [[Unobtrusive Javascript>>http://en.wikipedia.org/wiki/Unobtrusive_JavaScript]]. This is in contrast to ajax on-demand style of programming. 10 10 11 11 ==== Prototype + Scriptaculous Widgets ==== 12 12 ... ... @@ -15,3 +15,10 @@ 15 15 * ModalBox 16 16 * CalendarDateSelect 17 17 * FileUpload 19 + 20 +== Forms in ERPrototaculous == 21 + 22 +Differences from using forms in WebObjects. i.e ##WOForm##: 23 + 24 +* All form controls must be named. This includes text fields, selects and buttons. 25 +(WebObjects dynamically assigned names are not compatible with ERPrototaculous).