cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/dojox/grid/resources/View.html
Markus Warg 8398c9048d initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
2010-03-31 10:12:32 +02:00

12 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>