view _test/Resources/TTView/My/Org/TextPreview.tt @ 329:50ff1595bd62

fixed bug when transforming list properties
author sergey
date Mon, 03 Jun 2013 18:03:54 +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>