source:
Dev/trunk/src/client/dojox/layout/resources/GridContainer.html
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 375 bytes |
Line | |
---|---|
1 | <div id="${id}" class="gridContainer" dojoAttachPoint="containerNode" tabIndex="0" dojoAttachEvent="onkeypress:_selectFocus"> |
2 | <div dojoAttachPoint="gridContainerDiv"> |
3 | <table class="gridContainerTable" dojoAttachPoint="gridContainerTable" cellspacing="0" cellpadding="0"> |
4 | <tbody> |
5 | <tr dojoAttachPoint="gridNode" > |
6 | |
7 | </tr> |
8 | </tbody> |
9 | </table> |
10 | </div> |
11 | </div> |
Note: See TracBrowser
for help on using the repository browser.