Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1318 |
alexandre_ |
1 |
<span style="display: inline-block;" tabIndex="${this.tabIndex}" waiRole="checkbox" id="${this.id}">
|
|
|
2 |
<img dojoAttachPoint="imageNode" class="dojoHtmlCheckbox" src="${dojoWidgetModuleUri}templates/images/blank.gif" alt="" />
|
|
|
3 |
<input type="checkbox" name="${this.name}" style="display: none" value="${this.value}"
|
|
|
4 |
dojoAttachPoint="inputNode">
|
|
|
5 |
</span>
|