Changeset 1446 for trunk/samples/kauri-forms-sample/src/main/kauri/pages/collection-control.html.xml
- Timestamp:
- 2010-03-08 15:32:42 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samples/kauri-forms-sample/src/main/kauri/pages/collection-control.html.xml
r1439 r1446 86 86 <label kauri-role="label" kauri-idref="countries">Countries</label> 87 87 88 <table kauri-idref="countries" kauri-type="collection" >88 <table kauri-idref="countries" kauri-type="collection" kauri-item="country"> 89 89 <thead> 90 90 <tr> … … 99 99 100 100 <tbody kauri-role="container"> 101 <tr kauri-role="layout"> 102 <td> 101 <tr kauri-layout="country"> 102 103 <td > 103 104 <input kauri-idref="name" kauri-type="string"/> 104 105 </td> … … 114 115 <span class="action copyAction">copy</span> 115 116 </td> 117 116 118 </tr> 119 117 120 </tbody> 118 121
Note: See TracChangeset
for help on using the changeset viewer.