Mercurial > pub > Impl
comparison _test/Resources/TTView/My/Org/TextPreview.tt @ 194:4d0e1962161c
Replaced tabs with spaces
IMPL::Web::View - fixed document model, new features (control classes, document constructor parameters)
author | cin |
---|---|
date | Tue, 10 Apr 2012 20:08:29 +0400 |
parents | 08015e2803f1 |
children | aeeb57a12046 |
comparison
equal
deleted
inserted
replaced
193:8e8401c0aea4 | 194:4d0e1962161c |
---|---|
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 [% BLOCK RENDER %] |
7 <div data-dojo-type="dijit.layout.ContentPane">$this.nodeValue</div> | 7 <div data-dojo-type="dijit.layout.ContentPane">$this.nodeValue</div> |
8 [% END %] | 8 [% END %] |