Last updated February 24, 2009 14:58, by Jason Lee
== <sc:carousel> - A YUI Carousel Wrapper ==
This component will create a "carousel" for image (e.g.) display:
<textarea name="code" class="xml"><nowiki>
<sc:carousel id="carousel1" numVisible="4" isCircular="true" isVertical="false">
<h:graphicImage url="..." width="100px"/>
<h:graphicImage url="..." width="100px"/>
<h:graphicImage url="..." width="100px"/>
<h:graphicImage url="..." width="100px"/>
<!-- SNIP! -->
</sc:carousel>
</nowiki></textarea>
The output of which looks like this:
[[image: carousel.png]]





