Code source wiki de TestTransitions

Version 21.1 par Paul Libbrecht (admin) le 2013/09/10 14:15

Afficher les derniers auteurs
1 {{html clean="false"}}
2
3 <div id="myshow"><!-- protoshow container -->
4 <ul class="show"><!-- slideshow itself -->
5 <li class="slide"><img src="http://farm3.static.flickr.com/2531/4121218751_ac8bf49d5d.jpg"></li>
6 <li class="slide" style="display: none"><img src="http://farm3.static.flickr.com/2597/4121218611_040cd7b3f2.jpg"></li>
7 <li class="slide" style="display: none"><img src="http://farm3.static.flickr.com/2610/4148988872_990b6da667.jpg"></li>
8 </ul>
9 </div>
10
11 ocument.observe('load', function() {
12 // reference ID of our show container
13 var show = new protoShow('myshow');
14 });
15 {{/html}}
This wiki is licensed under a Creative Commons 2.0 license
XWiki 13.10 - Documentation - Conditions