Date: 2005-02-24T09:06:35
Editor: SylvainWallez
Wiki: Cocoon Wiki
Page: 22StabilizeCocoonForms
URL: http://wiki.apache.org/cocoon/22StabilizeCocoonForms
no comment
Change Log:
------------------------------------------------------------------------------
@@ -1,15 +1,15 @@
= Flowscript integration =
* don't use JS wrapping classes for widgets: they introduce yet-another-API
which is sometimes confusing.
* update the widgets' java public API so that it's more "Rhino-friendly"
(check JavaBean conformance and add accessors where needed)
- * implement an equivalent to the bookmark feature of V2, by a function
property of the form that gets called at each request roundtrip
+ * [DONE] implement an equivalent to the bookmark feature of V2, by a function
property of the form that gets called at each request roundtrip
* add helper methods to the Form class to create event listeners from JS
functions
* restrict the "cocoon" object that's available in the event handlers so that
it does not provide response-related methods (sendPage etc)
- * implement widget.getDefinition() (give access to form definition)
+ * [DONE] implement widget.getDefinition() (give access to form definition)
= Java code =
- * ignore the "action-command" attribute which is currently useless except for
repeater-actions and row-actions
+ * [DONE] ignore the "action-command" attribute which is currently useless
except for repeater-actions and row-actions
* [DONE] implement widget states
- * review widget states (maybe an output state is necessary)
+ * [DONE] review widget states (maybe an output state is necessary)
= Binding =
* Review repeater binding
(http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=109950611823830&w=2)
|