A component for creating a slide show from a generic group of HTML elements on the client side.
| Name | Type | Flags | Default | Default Prefix | Description |
|---|---|---|---|---|---|
| clientId | String | NOT Allow Null | prop:componentResources.id | literal | |
| controls | boolean | NOT Allow Null | true | prop | |
| interval | int | NOT Allow Null | 2 | prop | Sets the amount of time (in seconds) each slide will be displayed. |
| loop | boolean | NOT Allow Null | false | prop | Determines if the slide show will start over after displaying the final slide. |
| pauseOnHover | boolean | NOT Allow Null | true | prop | Determines if the slide show will pause when the mouse hovers over it. |
| transition | String | NOT Allow Null | Ck.SlideShow.Tx.Crossfade | literal | The slide transition object. |
This is a simple example where the component's body will be used to generate the slides of the show.