You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
375 B
11 lines
375 B
<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> |