diff _test/Resources/view/packages/templates/plain.tt @ 351:cfd7570c2af2

working on TTView: created TTView class for rendering models
author cin
date Tue, 08 Oct 2013 17:40:35 +0400
parents 86b470004d47
children
line wrap: on
line diff
--- a/_test/Resources/view/packages/templates/plain.tt	Mon Oct 07 17:35:54 2013 +0400
+++ b/_test/Resources/view/packages/templates/plain.tt	Tue Oct 08 17:40:35 2013 +0400
@@ -1,1 +1,6 @@
+[%
+    BLOCK INIT;
+        document.dojo.modules.push('diji/form/Textbox');
+    END
+%]
 <input name="$prefix">$model</input>
\ No newline at end of file