Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
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.