source: Dev/branches/rest-dojo-ui/client/dojox/image/resources/Lightbox.html @ 256

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: 841 bytes
Line 
1<div class="dojoxLightbox" dojoAttachPoint="containerNode">
2        <div style="position:relative">
3                <div dojoAttachPoint="imageContainer" class="dojoxLightboxContainer" dojoAttachEvent="onclick: _onImageClick">
4                        <img dojoAttachPoint="imgNode" src="${imgUrl}" class="dojoxLightboxImage" alt="${title}">
5                        <div class="dojoxLightboxFooter" dojoAttachPoint="titleNode">
6                                <div class="dijitInline LightboxClose" dojoAttachPoint="closeButtonNode"></div>
7                                <div class="dijitInline LightboxNext" dojoAttachPoint="nextButtonNode"></div>   
8                                <div class="dijitInline LightboxPrev" dojoAttachPoint="prevButtonNode"></div>
9                                <div class="dojoxLightboxText" dojoAttachPoint="titleTextNode"><span dojoAttachPoint="textNode">${title}</span><span dojoAttachPoint="groupCount" class="dojoxLightboxGroupText"></span></div>
10                        </div>
11                </div>
12        </div>
13</div>
Note: See TracBrowser for help on using the repository browser.