diff _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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/_test/Resources/view/packages/dojo/form/Form.tt	Mon Sep 30 01:37:50 2013 +0400
@@ -0,0 +1,9 @@
+[% META class='IMPL::Web::View::TTForm';
+ 
+    dojo = require('dojo/base');
+    dojo.require('dijit/form/Form');
+    
+%]
+<form id="$this.id" method="$this.method" action="$this.action">
+    $content
+</form>
\ No newline at end of file