view _test/Resources/view/packages/dojo/form/Button.tt @ 398:38cb0b80e88e

minor changes
author sergey
date Thu, 08 May 2014 03:53:17 +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' />