View.html 716 B

123456789101112
  1. <div class="dojoxGridView" wairole="presentation">
  2. <div class="dojoxGridHeader" dojoAttachPoint="headerNode" wairole="presentation">
  3. <div dojoAttachPoint="headerNodeContainer" style="width:9000em" wairole="presentation">
  4. <div dojoAttachPoint="headerContentNode" wairole="row"></div>
  5. </div>
  6. </div>
  7. <input type="checkbox" class="dojoxGridHiddenFocus" dojoAttachPoint="hiddenFocusNode" wairole="presentation" />
  8. <input type="checkbox" class="dojoxGridHiddenFocus" wairole="presentation" />
  9. <div class="dojoxGridScrollbox" dojoAttachPoint="scrollboxNode" wairole="presentation">
  10. <div class="dojoxGridContent" dojoAttachPoint="contentNode" hidefocus="hidefocus" wairole="presentation"></div>
  11. </div>
  12. </div>