source:
Dev/trunk/src/client/dojox/grid/resources/_Grid.html
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 431 bytes |
Line | |
---|---|
1 | <div hidefocus="hidefocus" role="grid" dojoAttachEvent="onmouseout:_mouseOut"> |
2 | <div class="dojoxGridMasterHeader" dojoAttachPoint="viewsHeaderNode" role="presentation"></div> |
3 | <div class="dojoxGridMasterView" dojoAttachPoint="viewsNode" role="presentation"></div> |
4 | <div class="dojoxGridMasterMessages" style="display: none;" dojoAttachPoint="messagesNode"></div> |
5 | <span dojoAttachPoint="lastFocusNode" tabindex="0"></span> |
6 | </div> |
Note: See TracBrowser
for help on using the repository browser.