You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
690 B
12 lines
690 B
<div class="dojoxGridView" role="presentation"> |
|
<div class="dojoxGridHeader" dojoAttachPoint="headerNode" role="presentation"> |
|
<div dojoAttachPoint="headerNodeContainer" style="width:9000em" role="presentation"> |
|
<div dojoAttachPoint="headerContentNode" role="row"></div> |
|
</div> |
|
</div> |
|
<input type="checkbox" class="dojoxGridHiddenFocus" dojoAttachPoint="hiddenFocusNode" aria-hidden="true" /> |
|
<input type="checkbox" class="dojoxGridHiddenFocus" aria-hidden="true" /> |
|
<div class="dojoxGridScrollbox" dojoAttachPoint="scrollboxNode" role="presentation"> |
|
<div class="dojoxGridContent" dojoAttachPoint="contentNode" hidefocus="hidefocus" role="presentation"></div> |
|
</div> |
|
</div>
|
|
|