]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dijit/form/templates/CheckBox.html
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dijit / form / templates / CheckBox.html
diff --git a/static/dojo-release-1.1.1/dijit/form/templates/CheckBox.html b/static/dojo-release-1.1.1/dijit/form/templates/CheckBox.html
new file mode 100644 (file)
index 0000000..580b820
--- /dev/null
@@ -0,0 +1,7 @@
+<div class="dijitReset dijitInline" waiRole="presentation"
+       ><input
+               type="${type}" name="${name}"
+               class="dijitReset dijitCheckBoxInput"
+               dojoAttachPoint="focusNode"
+               dojoAttachEvent="onmouseover:_onMouse,onmouseout:_onMouse,onclick:_onClick"
+/></div>