diff options
Diffstat (limited to 'js/dojo/dojox/form/resources/TriStateCheckBox.html')
| -rw-r--r-- | js/dojo/dojox/form/resources/TriStateCheckBox.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/dojo/dojox/form/resources/TriStateCheckBox.html b/js/dojo/dojox/form/resources/TriStateCheckBox.html new file mode 100644 index 0000000..5605128 --- /dev/null +++ b/js/dojo/dojox/form/resources/TriStateCheckBox.html @@ -0,0 +1,5 @@ +<div class="dijit dijitReset dijitInline" role="presentation" + ><div class="dojoxTriStateCheckBoxInner" dojoAttachPoint="stateLabelNode"></div + ><input ${!nameAttrSetting} type="${type}" dojoAttachPoint="focusNode" + class="dijitReset dojoxTriStateCheckBoxInput" dojoAttachEvent="onclick:_onClick" +/></div>
\ No newline at end of file |
