comparison _test/Resources/view/packages/dojo/form/Form.tt @ 346:f05634287ac7

working on the view concept
author cin
date Mon, 30 Sep 2013 01:37:50 +0400
parents
children
comparison
equal deleted inserted replaced
345:72799d1211c5 346:f05634287ac7
1 [% META class='IMPL::Web::View::TTForm';
2
3 dojo = require('dojo/base');
4 dojo.require('dijit/form/Form');
5
6 %]
7 <form id="$this.id" method="$this.method" action="$this.action">
8 $content
9 </form>