dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
11 lines • 437 B
HTML
<div dojoAttachPoint="outerNode" class="thumbOuter">
<div dojoAttachPoint="navPrev" class="thumbNav thumbClickable">
<img src="" dojoAttachPoint="navPrevImg"/>
</div>
<div dojoAttachPoint="thumbScroller" class="thumbScroller">
<div dojoAttachPoint="thumbsNode" class="thumbWrapper"></div>
</div>
<div dojoAttachPoint="navNext" class="thumbNav thumbClickable">
<img src="" dojoAttachPoint="navNextImg"/>
</div>
</div>