Changes for page ERPrototaculous
Last modified by Ravi Mendis on 2010/11/18 05:07
From version 212.1
edited by Ravi Mendis
on 2009/07/16 08:55
on 2009/07/16 08:55
Change comment:
Add note on form submission
To version 213.1
edited by Ravi Mendis
on 2009/07/16 08:52
on 2009/07/16 08:52
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -30,12 +30,6 @@ 30 30 31 31 Differences from using forms in WebObjects. i.e ##WOForm##: 32 32 33 - 1.All form controls must be named. This includes text fields, selects and buttons.33 +* All form controls must be named. This includes text fields, selects and buttons. 34 34 (WebObjects dynamically assigned names are not compatible with ERPrototaculous). 35 -1. All forms in an ERPrototaculous app are instances of ##AjaxUpdaterForm##. 36 -1. Form submits can be the form of: 37 - 38 -* Static ##<button>## 39 -* WOSubmitButton (if the result is to update whole page/app. 40 -* AjaxUpdaterButton (to update a **container**). Or 41 -* AjaxRequestButton (for a background ajax request) 35 +* All forms in an ERPrototaculous app are instances of ##AjaxUpdaterForm##.