view _test/Resources/view/packages/dojo/form/Button.tt @ 402:b79081b70a7a

fixed error handler templates env
author cin
date Mon, 19 May 2014 18:33:52 +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' />