Description
SlideShow component allows a series of pictures to be displayed in a slideshow
API
component-family |
net.sf.yui4jsf |
renderer-type |
net.sf.yui4jsf.component.slideshow.SlideShowRenderer
|
component-class |
net.sf.yui4jsf.component.slideshow.SlideShow
|
renderer-class |
net.sf.yui4jsf.component.slideshow.SlideShowRenderer
|
tag-class |
net.sf.yui4jsf.component.slideshow.SlideShowTag
|
Usage
<yui:slideShow id="mySlideShow"
visible="#{slideShowBean.properties.visible}"
close="#{slideShowBean.properties.closeButton}"
fixedcenter="#{slideShowBean.properties.fixedCenter}"
constraintoviewport="#{slideShowBean.properties.constraintToViewPort}"
modal="#{slideShowBean.properties.modal}"
effect="#{slideShowBean.properties.effect}"
value="#{slideShowBean.pictures}"
timerId="txt_autoPlayInterval"
scale="true"/>
Instructions
see slideShow.jsp for an example