Mercurial > pub > Impl
view _test/Resources/view/packages/dojo/form/Button.tt @ 415:3d24b10dd0d5 ref20150831
working on IMPL::Config::Container
author | cin |
---|---|
date | Tue, 20 Oct 2015 07:32:55 +0300 |
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' />