Code source wiki de TestTransitions
Version 27.1 par Paul Libbrecht le 2013/09/11 21:32
Masquer les derniers auteurs
author | version | line-number | content |
---|---|---|---|
![]() |
25.1 | 1 | {{velocity}} |
![]() |
24.1 | 2 | $xwiki.jsfx.use('js/scriptaculous/scriptaculous.js') |
![]() |
25.1 | 3 | $xwiki.jsfx.use('js/scriptaculous/effects.js') |
4 | $xwiki.jsfx.use('js/protoshow/protoshow.js') | ||
![]() |
27.1 | 5 | ## $xwiki.ssx.use('js/protoshow/protoshow.css') |
![]() |
24.1 | 6 | {{/velocity}} |
7 | |||
![]() |
25.1 | 8 | {{html clean="false"}} |
![]() |
27.1 | 9 | <style type="text/css" src="/xwiki/resources/js/protoshow/protoshow.css"></style> |
![]() |
25.1 | 10 | <div id="myshow"><!-- protoshow container --> |
11 | <ul class="show"><!-- slideshow itself --> | ||
![]() |
26.1 | 12 | <li class="slide"><img src="http://farm3.static.flickr.com/2531/4121218751_ac8bf49d5d.jpg"></li> |
13 | <li class="slide" style="display: none"><img src="http://farm3.static.flickr.com/2597/4121218611_040cd7b3f2.jpg"></li> | ||
14 | <li class="slide" style="display: none"><img src="http://farm3.static.flickr.com/2610/4148988872_990b6da667.jpg"></li> | ||
![]() |
25.1 | 15 | </ul> |
16 | </div> | ||
![]() |
3.1 | 17 | |
![]() |
25.1 | 18 | <script type="text/javascript"> |
19 | document.observe('load', function() { | ||
20 | // reference ID of our show container | ||
21 | var show = new protoShow('myshow'); | ||
![]() |
21.1 | 22 | }); |
![]() |
23.1 | 23 | </script> |
![]() |
1.1 | 24 | {{/html}} |