| |||||||
| FRAMES NO FRAMES | |||||||
<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 Class | javax.faces.webapp.FacetTag |
| TagExtraInfo Class | None |
| Body Content | tagdependent |
| Display Name | Slide Show |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| id | true | false | java.lang.String | A unique id for the component. |
| style | false | false | java.lang.String | CSS style(s) to be applied when this component is rendered |
| transitionDuration | false | false | java.lang.Float | The time (in seconds) to transition through a slide fade in and out (default 1.0) |
| slideDuration | false | false | java.lang.Float | The time (in seconds) for the slide to update (default 5.0) |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||