Mercurial > pub > site.implab
comparison shared_view/includes/dojo/form/Button.tt @ 11:573272ec604b
almost comlete doxygen library
author | sergey |
---|---|
date | Thu, 15 May 2014 18:24:02 +0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
10:83ad674a8cdd | 11:573272ec604b |
---|---|
1 [% BLOCK INIT; | |
2 document.dojo.modules.push("dijit/form/Button"); | |
3 END %] | |
4 <input data-dojo-type="dijit/form/Button" type="[% type || 'button' %]" [% IF name %] name="$name"[% END %] [% IF text %] label="$text" value="$text"[% END %]/> |