Skip to content

Instantly share code, notes, and snippets.

@neonstalwart
Created September 15, 2009 00:16
Show Gist options
  • Save neonstalwart/187009 to your computer and use it in GitHub Desktop.
Save neonstalwart/187009 to your computer and use it in GitHub Desktop.
<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>test 123</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment