source: Dev/trunk/src/client/dojox/layout/resources/GridContainer.html @ 503

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

Added Dojo 1.9.3 release.

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.