ICEfaces EE Composite Components
Tag slide


Slide Composite Component (for use with the slideshow Component)

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 Composite Component

Attributes
NameRequiredRequest-timeTypeDescription
imagefalsefalsejava.lang.StringA URL path for the image
styleClassImagefalsefalsejava.lang.StringPassed through to img tag

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.