view _test/Resources/TTView/My/Org/TextPreview.tt @ 322:cca158327c47

added OutOfRangeException
author cin
date Tue, 21 May 2013 10:04:11 +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>