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:
692 bytes
|
Line | |
---|
1 | <div class="dojoxGridView" role="presentation"> |
---|
2 | <div class="dojoxGridHeader" dojoAttachPoint="headerNode" role="presentation"> |
---|
3 | <div dojoAttachPoint="headerNodeContainer" style="width:9000em" role="presentation"> |
---|
4 | <div dojoAttachPoint="headerContentNode" role="row"></div> |
---|
5 | </div> |
---|
6 | </div> |
---|
7 | <input type="checkbox" class="dojoxGridHiddenFocus" dojoAttachPoint="hiddenFocusNode" role="presentation" /> |
---|
8 | <input type="checkbox" class="dojoxGridHiddenFocus" role="presentation" /> |
---|
9 | <div class="dojoxGridScrollbox" dojoAttachPoint="scrollboxNode" role="presentation"> |
---|
10 | <div class="dojoxGridContent" dojoAttachPoint="contentNode" hidefocus="hidefocus" role="presentation"></div> |
---|
11 | </div> |
---|
12 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.