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

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

Added Dojo 1.9.3 release.

File size: 439 bytes
Line 
1<div class="dijitReset ${baseClass}"
2        ><input class="${baseClass}Box" data-dojo-type="dijit.form.CheckBox" data-dojo-attach-point="checkBox"
3                data-dojo-attach-event="_onClick:_changeBox" type="${_type.type}" data-dojo-props='disabled:${disabled}, readOnly:${readOnly}' baseClass="${_type.baseClass}"
4        /><div class="dijitInline ${baseClass}Label" data-dojo-attach-point="labelNode" data-dojo-attach-event="onclick:_onClick"></div
5></div>
Note: See TracBrowser for help on using the repository browser.