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:
504 bytes
|
Line | |
---|
1 | <div class="dojoxExpandoPane"> |
---|
2 | <div dojoAttachPoint="titleWrapper" class="dojoxExpandoTitle"> |
---|
3 | <div class="dojoxExpandoIcon" dojoAttachPoint="iconNode" dojoAttachEvent="onclick:toggle"><span class="a11yNode">X</span></div> |
---|
4 | <span class="dojoxExpandoTitleNode" dojoAttachPoint="titleNode">${title}</span> |
---|
5 | </div> |
---|
6 | <div class="dojoxExpandoWrapper" dojoAttachPoint="cwrapper" dojoAttachEvent="ondblclick:_trap"> |
---|
7 | <div class="dojoxExpandoContent" dojoAttachPoint="containerNode"></div> |
---|
8 | </div> |
---|
9 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.