Ignore:
Timestamp:
2010-03-08 15:32:42 (2 years ago)
Author:
freya
Message:

Changes regarding creation of collection controls: make use of kauri-layout and kauri-cursor to define the layout of collection element and position of element. Still unstable and work in progress.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samples/kauri-forms-sample/src/main/kauri/pages/collection-control.html.xml

    r1439 r1446  
    8686        <label kauri-role="label" kauri-idref="countries">Countries</label> 
    8787 
    88         <table kauri-idref="countries" kauri-type="collection"> 
     88        <table kauri-idref="countries" kauri-type="collection" kauri-item="country"> 
    8989          <thead> 
    9090            <tr> 
     
    9999 
    100100          <tbody kauri-role="container"> 
    101             <tr kauri-role="layout"> 
    102               <td> 
     101            <tr kauri-layout="country"> 
     102             
     103              <td > 
    103104                <input kauri-idref="name" kauri-type="string"/> 
    104105              </td> 
     
    114115                <span class="action copyAction">copy</span> 
    115116              </td> 
     117             
    116118            </tr> 
     119             
    117120          </tbody> 
    118121 
Note: See TracChangeset for help on using the changeset viewer.