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:
562 bytes
|
Line | |
---|
1 | <div class="dojoxDialog" tabindex="-1" role="dialog" aria-labelledby="${id}_title"> |
---|
2 | <div dojoAttachPoint="titleBar" class="dojoxDialogTitleBar"> |
---|
3 | <span dojoAttachPoint="titleNode" class="dojoxDialogTitle" id="${id}_title">${title}</span> |
---|
4 | </div> |
---|
5 | <div dojoAttachPoint="dojoxDialogWrapper"> |
---|
6 | <div dojoAttachPoint="containerNode" class="dojoxDialogPaneContent"></div> |
---|
7 | </div> |
---|
8 | <div dojoAttachPoint="closeButtonNode" class="dojoxDialogCloseIcon" dojoAttachEvent="onclick: onCancel"> |
---|
9 | <span dojoAttachPoint="closeText" class="closeText">x</span> |
---|
10 | </div> |
---|
11 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.