sylvain     2003/09/24 13:49:50

  Modified:    .        status.xml
  Log:
  - event-handling, in both Java and JavaScript
  - new <wi:styling submit-on-change> styling attribute
  - new <wd:repeater-action> widget
  - renamed "layout" XSLs to "style", because the layout is more the form 
template
  - rewriting of the flowscript integration
  
  Revision  Changes    Path
  1.151     +14 -1     cocoon-2.1/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/status.xml,v
  retrieving revision 1.150
  retrieving revision 1.151
  diff -u -r1.150 -r1.151
  --- status.xml        22 Sep 2003 22:44:15 -0000      1.150
  +++ status.xml        24 Sep 2003 20:49:50 -0000      1.151
  @@ -190,6 +190,19 @@
     <changes>
   
    <release version="@version@" date="@date@">
  +   <action dev="SW" type="add">
  +     New event-handling system for Woody. Value change and action event 
handlers
  +     can be attached respectively to field and action widgets, and event 
handlers
  +     can be both Java classes or JavaScript snippets in the form definition.
  +     <br/>
  +     New &lt;wd:repeater-action> widget to automatically handle rows 
addition and
  +     deletion on repeaters (a very common need).
  +     <br/>
  +     Ability to trigger form submit on any widget value change (including 
inputs,
  +     popups, etc) to trigger server-side event handlers through client-side 
interaction.
  +     <br/>
  +     Rewriting of the Woody/FlowScript integration to be more simple.
  +   </action>
      <action dev="JH" type="fix" fixes-bug="23208"
        due-to="Yury Mikhienko" due-to-email="[EMAIL PROTECTED]">
        Fixed internationalization support for HSSFSerializer by setting also 
the
  
  
  

Reply via email to