view _test/Resources/TTView/My/Org/TextPreview.tt @ 328:63709a4e6da0

Security framework refactoring
author cin
date Mon, 03 Jun 2013 03:28:01 +0400
parents aeeb57a12046
children
line wrap: on
line source

[%
    BLOCK INIT;
        dojo.require.push("dijit.layout.ContentPane");
    END;
%]
<div data-dojo-type="dijit.layout.ContentPane">$this.nodeValue</div>