source: Dev/trunk/src/client/dojox/grid/resources/View.html @ 483

Last change on this file since 483 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 692 bytes
Line 
1<div class="dojoxGridView" role="presentation">
2        <div class="dojoxGridHeader" dojoAttachPoint="headerNode" role="presentation">
3                <div dojoAttachPoint="headerNodeContainer" style="width:9000em" role="presentation">
4                        <div dojoAttachPoint="headerContentNode" role="row"></div>
5                </div>
6        </div>
7        <input type="checkbox" class="dojoxGridHiddenFocus" dojoAttachPoint="hiddenFocusNode" role="presentation" />
8        <input type="checkbox" class="dojoxGridHiddenFocus" role="presentation" />
9        <div class="dojoxGridScrollbox" dojoAttachPoint="scrollboxNode" role="presentation">
10                <div class="dojoxGridContent" dojoAttachPoint="contentNode" hidefocus="hidefocus" role="presentation"></div>
11        </div>
12</div>
Note: See TracBrowser for help on using the repository browser.