ICEfaces EE Composite Components
Tag slideshow


The Slide Show Composite Component

Features

How To Use

  1. Add an <ice-cc:slideshow/> tag to your page
  2. Set the slideDuration and transitionDuration attributes (each in seconds)
  3. Add an <ice-cc:slide image="image/path"/> elements as children of the slideshow element. Alternatively, you could use the <ice-cc:slides value="{valuebound array of strings}"/> to dynamically generate the list

Example:
<ice-cc:slideshow id="static" style="width: 476px; height: 248px; border-color: #000; border-style: solid; border-width: thin;" slideDuration="#{slideShowBean.slideDuration}" transitionDuration="0.75"> <ice-cc:slide image="images/slides/slideshow-component-1.jpg" /> <ice-cc:slide image="images/slides/slideshow-component-2.jpg" /> <ice-cc:slide image="images/slides/slideshow-component-3.jpg" /> <ice-cc:slide image="images/slides/slideshow-component-4.jpg" /> <ice-cc:slide image="images/slides/slideshow-component-5.jpg" /> </ice-cc:slideshow>


Tag Information
Tag Classjavax.faces.webapp.FacetTag
TagExtraInfo ClassNone
Body Contenttagdependent
Display NameSlide Show

Attributes
NameRequiredRequest-timeTypeDescription
idtruefalsejava.lang.StringA unique id for the component.
stylefalsefalsejava.lang.StringCSS style(s) to be applied when this component is rendered
transitionDurationfalsefalsejava.lang.FloatThe time (in seconds) to transition through a slide fade in and out (default 1.0)
slideDurationfalsefalsejava.lang.FloatThe time (in seconds) for the slide to update (default 5.0)

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.