Mercurial > pub > site.implab
view shared_view/includes/dojo/form/Button.tt @ 16:e69c970c3ddd default tip
sync
author | sergey |
---|---|
date | Tue, 20 May 2014 01:28:48 +0400 |
parents | 573272ec604b |
children |
line wrap: on
line source
[% BLOCK INIT; document.dojo.modules.push("dijit/form/Button"); END %] <input data-dojo-type="dijit/form/Button" type="[% type || 'button' %]" [% IF name %] name="$name"[% END %] [% IF text %] label="$text" value="$text"[% END %]/>