annotate _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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
346
f05634287ac7 working on the view concept
cin
parents:
diff changeset
1 [%
f05634287ac7 working on the view concept
cin
parents:
diff changeset
2 dojo = require('dojo/base');
f05634287ac7 working on the view concept
cin
parents:
diff changeset
3 dojo.require('dijit/form/Button');
f05634287ac7 working on the view concept
cin
parents:
diff changeset
4 dojo.instantiate(this);
f05634287ac7 working on the view concept
cin
parents:
diff changeset
5 %]
f05634287ac7 working on the view concept
cin
parents:
diff changeset
6 <input id='$this.id' type='button' value='$this.title' />