Changeset 959
- Timestamp:
- 2008-12-05 08:45:07 (4 years ago)
- Location:
- trunk/samples/kauri-forms-sample/src/main/kauri/pages
- Files:
-
- 3 edited
-
basic-controls2.html.xml (modified) (1 diff)
-
basic-controls3.html.xml (modified) (2 diffs)
-
collection-controls.html.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/samples/kauri-forms-sample/src/main/kauri/pages/basic-controls2.html.xml
r954 r959 40 40 jQuery(document).ready(function() { 41 41 var basicForm = new jQuery.org.kauriproject.forms.Form("basic-form", fconf); 42 debugger; 42 43 basicForm.setCreateMode(true); 43 44 basicForm.submitSuccess = function (data, success) { -
trunk/samples/kauri-forms-sample/src/main/kauri/pages/basic-controls3.html.xml
r954 r959 15 15 base: 'string', 16 16 '+validators': { 'isEmail': {} } 17 }, 18 'birthday':{ 19 base:'date', 20 yearRange:'-100:+0', 17 21 } 18 }, 19 controlTypes:{ 20 'birthday':{ 21 base:'date-control', 22 yearRange:'-100:+0' 23 } 24 } 25 }; 22 } 23 }; 26 24 27 25 … … 65 63 <tr> 66 64 <td><label kauri-role="label" kauri-idref="birthday">Your date of birth</label></td> 67 <td><span kauri-idref="birthday" kauri-type=" date" kauri-control="birthday"/></td>65 <td><span kauri-idref="birthday" kauri-type="birthday" /></td> 68 66 <td><span kauri-idref="birthday" kauri-role="messages"/></td> 69 67 </tr> -
trunk/samples/kauri-forms-sample/src/main/kauri/pages/collection-controls.html.xml
r938 r959 13 13 members: { 14 14 'name': 'string', 15 'location': 'location' 15 'location': 'location', 16 'description':{ 17 base:'string', 18 control:'textarea-control' 19 } 16 20 }, 17 21
Note: See TracChangeset
for help on using the changeset viewer.