Wiki source code of ERPrototaculous

Version 224.1 by Ravi Mendis on 2009/07/16 08:31

Hide last authors
Ravi Mendis 100.1 1 == Introduction ==
2
Ravi Mendis 209.1 3 ERPrototaculous was developed to provide the ajax functionality in ERDivaLook.
4
5 === What is ERPrototaculous? ===
6
Ravi Mendis 223.1 7 * It provides 'organic' support for Prototype and Scriptaculous in WebObjects.
8 * It doesn't extend Prototype
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.
Ravi Mendis 209.1 11
Ravi Mendis 211.1 12 ==== Prototype + Scriptaculous Widgets ====
13
Ravi Mendis 209.1 14 * Accordion
15 * LightWindow
16 * ModalBox
17 * CalendarDateSelect
18 * FileUpload
Ravi Mendis 211.1 19
20 == Forms in ERPrototaculous ==
21
22 Differences from using forms in WebObjects. i.e ##WOForm##:
23
Ravi Mendis 213.1 24 * All form controls must be named. This includes text fields, selects and buttons.
Ravi Mendis 211.1 25 (WebObjects dynamically assigned names are not compatible with ERPrototaculous).