Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1317 → Rev 1318

/trunk/api/js/dojo/src/widget/templates/Checkbox.html
New file
0,0 → 1,5
<span style="display: inline-block;" tabIndex="${this.tabIndex}" waiRole="checkbox" id="${this.id}">
<img dojoAttachPoint="imageNode" class="dojoHtmlCheckbox" src="${dojoWidgetModuleUri}templates/images/blank.gif" alt="" />
<input type="checkbox" name="${this.name}" style="display: none" value="${this.value}"
dojoAttachPoint="inputNode">
</span>