view _test/Resources/view/packages/dojo/form/Button.tt @ 359:833e663796c4

TTView: added view variable to pass rendering context between controls TTView: display function renamed to display_for WebResource: resources now marked with roles for searching a desired resource by a role in the resource chain
author sergey
date Mon, 25 Nov 2013 02:19:31 +0400
parents f05634287ac7
children
line wrap: on
line source

[%
    dojo = require('dojo/base');
    dojo.require('dijit/form/Button');
    dojo.instantiate(this);
%]
<input id='$this.id' type='button' value='$this.title' />