Last modified: May 11, 2012 @ 10:16
<slide>
| Slide <nodes> & attributes | Default value | Type | Description |
|---|---|---|---|
| time | 5 | Number | Slide duration before transition take place |
| color | 0x000000 | Hex Number | Background color of the slide |
| <image> | |||
| align_pos | TL | String | Relative position: TL (top-left), TC (top-center), TR (top-right), ML (middle-left), MC (middle-center), MR (middle-right), BL (bottom-left), BC (bottom-center), BR (bottom-right) |
| x | 0 | Number | Horizontal offset from relative position |
| y | 0 | Number | Vertical offset from relative position |
| fit | custom | String | inside - fit the image inside, outside - outside or custom - custom scaling defined with scaleX, scaleY. |
| scaleX | 1 | Number | Horizontal scale of the slide |
| scaleY | 1 | Number | Vertical scale of the slide |
| <url> | - | String | URL of the image used in slide |
| <link> | - | String | Link to the page or site when the user clicks the slide |
| target | _blank | String | "_blank", "_self", "_parent", "_top" |
| <description> | |||
| <heading> | - | String | Text for 'heading' text field |
| <paragraph> | - | String | Text for 'paragpraph' text field |
| <link> | - | String | Link to the page or site when the user click on the description box |
| target | _self | String | "_blank", "_self", "_parent", "_top" |
| <caption> | - | String | Text for thumbnails caption |