view _test/Resources/view/packages/dojo/form/Button.tt @ 365:7c621bb95e53

working on the metadata model
author sergey
date Mon, 02 Dec 2013 02:13:12 +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' />