mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 10:53:39 +01:00
11 lines
375 B
HTML
11 lines
375 B
HTML
|
<div id="${id}" class="gridContainer" dojoAttachPoint="containerNode" tabIndex="0" dojoAttachEvent="onkeypress:_selectFocus">
|
||
|
<div dojoAttachPoint="gridContainerDiv">
|
||
|
<table class="gridContainerTable" dojoAttachPoint="gridContainerTable" cellspacing="0" cellpadding="0">
|
||
|
<tbody>
|
||
|
<tr dojoAttachPoint="gridNode" >
|
||
|
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|