view _test/Resources/view/packages/dojo/form/Button.tt @ 422:b0481c071bea ref20150831

IMPL::Config::Container tests, YAMLConfiguration now works and tested
author cin
date Sun, 20 Aug 2017 00:20:41 +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' />