annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
573272ec604b almost comlete doxygen library
sergey
parents:
diff changeset
1 [% BLOCK INIT;
573272ec604b almost comlete doxygen library
sergey
parents:
diff changeset
2 document.dojo.modules.push("dijit/form/Button");
573272ec604b almost comlete doxygen library
sergey
parents:
diff changeset
3 END %]
573272ec604b almost comlete doxygen library
sergey
parents:
diff changeset
4 <input data-dojo-type="dijit/form/Button" type="[% type || 'button' %]" [% IF name %] name="$name"[% END %] [% IF text %] label="$text" value="$text"[% END %]/>