Changeset 1451
- Timestamp:
- 2010-03-12 15:46:46 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samples/kauri-forms-sample/src/main/kauri/pages/collection-control-autolayout.html.xml
r1193 r1451 15 15 ] 16 16 } 17 17 <![CDATA[ 18 18 var fconf = { 19 19 "members": { … … 21 21 "base": "collection", 22 22 "label": "Countries", 23 "control": { 24 "base": "collection-control", 25 "templates" : { 26 "layout": "<div style='border-style: dashed; border-width: 1px; ;margin: 10px; padding: 10px;'><div ><span kauri-role='label'/><span kauri-role='control'/><span kauri-role='messages'/><span kauri-role='delete'/></div></div>", 27 "control": "<div kauri-role='container' ></div>" 28 } 29 }, 23 30 "child": { 24 31 "members": { … … 31 38 } 32 39 } 33 40 ]]> 34 41 $(function() { 35 42 var form1 = new jQuery.org.kauriproject.forms.Form("form1", fconf);
Note: See TracChangeset
for help on using the changeset viewer.