Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / layout / resources / GridContainer.html @ 12

History | View | Annotate | Download (375 Bytes)

1 9 andrej.cim
<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>