vgritsenko    2004/04/20 12:38:16

  Modified:    src/blocks/forms/samples welcome.xml
  Log:
  Add reference to 04 sample; minor text edits
  
  Revision  Changes    Path
  1.7       +7 -6      cocoon-2.1/src/blocks/forms/samples/welcome.xml
  
  Index: welcome.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/forms/samples/welcome.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- welcome.xml       9 Apr 2004 11:03:27 -0000       1.6
  +++ welcome.xml       20 Apr 2004 19:38:16 -0000      1.7
  @@ -31,8 +31,8 @@
    </group>
   
    <group name="Basic Samples">
  -  <sample name="Various" href="form1">This sample shows validation, event 
handling and various Cocoon Forms features.</sample>
  -  <sample name="Flowscript" href="form1.flow">The same sample as above using 
Flowscript.</sample>
  +  <sample name="Various (Actions)" href="form1">This sample shows 
validation, event handling and various Cocoon Forms features.</sample>
  +  <sample name="Various (Flowscript)" href="form1.flow">The same sample as 
above using Flowscript.</sample>
     <sample name="Registration" href="registration">A simple registration 
form.</sample>
     <sample name="Car selector" href="carselector">Illustrates 
programmatically changing selectionlists.</sample>
     <sample name="Country selector" href="countryselector">Illustrates 
programmatically changing flow-jxpath selectionlists.</sample>
  @@ -55,11 +55,12 @@
     <sample name="1. Binding Simple Values" 
href="binding-01value.flow">fb:*/@direction and fb:value/*</sample>
     <sample name="2. Lenient Binding" 
href="binding-02lenient.flow">fb:*/@lenient</sample>
     <sample name="3. Aggregate Binding" 
href="binding-03aggregate.flow">fb:aggregate</sample>
  +  <sample name="4. Heavy Form" href="binding-04heavy-XML.flow">Form with 
lots of select boxes - test memory utilization, performance</sample>
  +  <sample name="5. Custom Bindings using Java or Javascript" 
href="binding-05custom.flow">fb:javascript and fb:custom</sample>
     <!-- TODO: provide more tutorial samples like these:
  -  <sample name="4a. MultiValue/Repeater Binding" 
href="binding-03multi.flow">fb:multi-value</sample>
  -  <sample name="4b. Repeater Binding" 
href="binding-06repeater.flow">fb:repeater</sample>
  +  <sample name="6. MultiValue/Repeater Binding" 
href="binding-03multi.flow">fb:multi-value</sample>
  +  <sample name="7. Repeater Binding" 
href="binding-06repeater.flow">fb:repeater</sample>
     -->
  -  <sample name="5. Custom Bindings using Java or Javascript" 
href="binding-05custom.flow">fb:javascript and fb:custom</sample>
    </group>
   
    <group name="Locales">
  
  
  

Reply via email to