view _test/Resources/TTView/My/Org/TextPreview.tt @ 320:28eba7e0c592

*web application action: added method to access HTTP request header.
author sergey
date Thu, 16 May 2013 17:16:41 +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>