Changeset 1708
- Timestamp:
- 2010-09-16 09:47:42 (3 years ago)
- Location:
- trunk/samples/kauri-forms-sample/src/main/kauri/pages
- Files:
-
- 2 edited
-
basic-controls3.html.xml (modified) (1 diff)
-
basic-controls4.html.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/samples/kauri-forms-sample/src/main/kauri/pages/basic-controls3.html.xml
r1707 r1708 76 76 <tr> 77 77 <td><label kauri-role="label" kauri-idref="description" for="description">Describe yourself in 10 words</label></td> 78 <td><textarea id="description" style="width:200px; height:150px" kauri-idref="description" /></td>78 <td><textarea id="description" style="width:200px; height:150px" kauri-idref="description" kauri-type="string"/></td> 79 79 <td><span kauri-idref="description" kauri-role="messages"/></td> 80 80 </tr> -
trunk/samples/kauri-forms-sample/src/main/kauri/pages/basic-controls4.html.xml
r1707 r1708 89 89 <tr> 90 90 <td><label kauri-role="label" kauri-idref="description" for="description">Describe yourself in 10 words</label></td> 91 <td><textarea id="description" style="width:200px; height:150px" kauri-idref="description" /></td>91 <td><textarea id="description" style="width:200px; height:150px" kauri-idref="description" kauri-type="string" /></td> 92 92 <td><span kauri-idref="description" kauri-role="messages"/></td> 93 93 </tr>
Note: See TracChangeset
for help on using the changeset viewer.