dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
11 lines (10 loc) • 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>