dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
13 lines (12 loc) • 690 B
HTML
<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>