13 lines
716 B
HTML
13 lines
716 B
HTML
|
<div class="dojoxGridView" wairole="presentation">
|
||
|
<div class="dojoxGridHeader" dojoAttachPoint="headerNode" wairole="presentation">
|
||
|
<div dojoAttachPoint="headerNodeContainer" style="width:9000em" wairole="presentation">
|
||
|
<div dojoAttachPoint="headerContentNode" wairole="row"></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<input type="checkbox" class="dojoxGridHiddenFocus" dojoAttachPoint="hiddenFocusNode" wairole="presentation" />
|
||
|
<input type="checkbox" class="dojoxGridHiddenFocus" wairole="presentation" />
|
||
|
<div class="dojoxGridScrollbox" dojoAttachPoint="scrollboxNode" wairole="presentation">
|
||
|
<div class="dojoxGridContent" dojoAttachPoint="contentNode" hidefocus="hidefocus" wairole="presentation"></div>
|
||
|
</div>
|
||
|
</div>
|