1318 |
alexandre_ |
1 |
<div style="position: relative; padding: 3px;">
|
|
|
2 |
<div>
|
|
|
3 |
<input type="button" value="pause"
|
|
|
4 |
dojoAttachPoint="startStopButton"
|
|
|
5 |
dojoAttachEvent="onClick: togglePaused;">
|
|
|
6 |
</div>
|
|
|
7 |
<div style="position: relative; width: ${this.width}; height: ${this.height};"
|
|
|
8 |
dojoAttachPoint="imagesContainer"
|
|
|
9 |
dojoAttachEvent="onClick: togglePaused;">
|
|
|
10 |
<img dojoAttachPoint="img1" class="slideShowImg"
|
|
|
11 |
style="z-index: 1; width: ${this.width}; height: ${this.height};" />
|
|
|
12 |
<img dojoAttachPoint="img2" class="slideShowImg"
|
|
|
13 |
style="z-index: 0; width: ${this.width}; height: ${this.height};" />
|
|
|
14 |
</div>
|
|
|
15 |
</div>
|