source: Dev/trunk/src/client/dojox/form/resources/TriStateCheckBox.html

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 321 bytes
Line 
1<div class="dijit dijitReset dijitInline" role="presentation"
2        ><div class="dojoxTriStateCheckBoxInner" dojoAttachPoint="stateLabelNode"></div
3        ><input ${!nameAttrSetting} type="${type}" role="${type}" dojoAttachPoint="focusNode"
4        class="dijitReset dojoxTriStateCheckBoxInput" dojoAttachEvent="onclick:_onClick"
5/></div>
Note: See TracBrowser for help on using the repository browser.