annotate _test/Resources/view/packages/dojo/form/Form.tt @ 408:5c80e33f1218 ref20150831

added 'coarsen' function
author cin
date Mon, 07 Sep 2015 01:35:25 +0300
parents f05634287ac7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
346
f05634287ac7 working on the view concept
cin
parents:
diff changeset
1 [% META class='IMPL::Web::View::TTForm';
f05634287ac7 working on the view concept
cin
parents:
diff changeset
2
f05634287ac7 working on the view concept
cin
parents:
diff changeset
3 dojo = require('dojo/base');
f05634287ac7 working on the view concept
cin
parents:
diff changeset
4 dojo.require('dijit/form/Form');
f05634287ac7 working on the view concept
cin
parents:
diff changeset
5
f05634287ac7 working on the view concept
cin
parents:
diff changeset
6 %]
f05634287ac7 working on the view concept
cin
parents:
diff changeset
7 <form id="$this.id" method="$this.method" action="$this.action">
f05634287ac7 working on the view concept
cin
parents:
diff changeset
8 $content
f05634287ac7 working on the view concept
cin
parents:
diff changeset
9 </form>