root / trunk / web / dojo / dojox / grid / resources / View.html @ 10
History | View | Annotate | Download (716 Bytes)
| 1 | 9 | andrej.cim | <div class="dojoxGridView" wairole="presentation"> |
|---|---|---|---|
| 2 | <div class="dojoxGridHeader" dojoAttachPoint="headerNode" wairole="presentation"> |
||
| 3 | <div dojoAttachPoint="headerNodeContainer" style="width:9000em" wairole="presentation"> |
||
| 4 | <div dojoAttachPoint="headerContentNode" wairole="row"></div> |
||
| 5 | </div>
|
||
| 6 | </div>
|
||
| 7 | <input type="checkbox" class="dojoxGridHiddenFocus" dojoAttachPoint="hiddenFocusNode" wairole="presentation" /> |
||
| 8 | <input type="checkbox" class="dojoxGridHiddenFocus" wairole="presentation" /> |
||
| 9 | <div class="dojoxGridScrollbox" dojoAttachPoint="scrollboxNode" wairole="presentation"> |
||
| 10 | <div class="dojoxGridContent" dojoAttachPoint="contentNode" hidefocus="hidefocus" wairole="presentation"></div> |
||
| 11 | </div>
|
||
| 12 | </div> |