]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dijit/form/templates/CheckBox.html
Comment class stub
[eow] / static / dojo-release-1.1.1 / dijit / form / templates / CheckBox.html
1 <div class="dijitReset dijitInline" waiRole="presentation"
2         ><input
3                 type="${type}" name="${name}"
4                 class="dijitReset dijitCheckBoxInput"
5                 dojoAttachPoint="focusNode"
6                 dojoAttachEvent="onmouseover:_onMouse,onmouseout:_onMouse,onclick:_onClick"
7 /></div>