view _test/Resources/TTView/My/Org/TextPreview.tt @ 305:b5d5793f348e

TTView refactoring, still experiencing memory leaks
author sergey
date Wed, 17 Apr 2013 18:00:19 +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>