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:
611 bytes
|
Line | |
---|
1 | <div class="dijitDialog" role="dialog" aria-labelledby="${id}_title"> |
---|
2 | <div data-dojo-attach-point="titleBar" class="dijitDialogTitleBar"> |
---|
3 | <span data-dojo-attach-point="titleNode" class="dijitDialogTitle" id="${id}_title"></span> |
---|
4 | <span data-dojo-attach-point="closeButtonNode" class="dijitDialogCloseIcon" data-dojo-attach-event="ondijitclick: onCancel" title="${buttonCancel}" role="button" tabIndex="-1"> |
---|
5 | <span data-dojo-attach-point="closeText" class="closeText" title="${buttonCancel}">x</span> |
---|
6 | </span> |
---|
7 | </div> |
---|
8 | <div data-dojo-attach-point="containerNode" class="dijitDialogPaneContent"></div> |
---|
9 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.