comparison _test/Resources/TTView/My/Org/TextPreview.tt @ 301:aeeb57a12046

*IMPL::Web::View: templates inheritance support
author cin
date Mon, 25 Mar 2013 02:04:18 +0400
parents 4d0e1962161c
children
comparison
equal deleted inserted replaced
300:bf3af33b9003 301:aeeb57a12046
1 [% 1 [%
2 BLOCK INIT; 2 BLOCK INIT;
3 dojo.require.push("dijit.layout.ContentPane"); 3 dojo.require.push("dijit.layout.ContentPane");
4 END; 4 END;
5 %] 5 %]
6 [% BLOCK RENDER %] 6 <div data-dojo-type="dijit.layout.ContentPane">$this.nodeValue</div>
7 <div data-dojo-type="dijit.layout.ContentPane">$this.nodeValue</div>
8 [% END %]