After installing the extension, you have to add the static “Image carousel (imagecarousel)” to your template.
You can define the used JS-Library and the used template and CSS-file in the constant editor.
Here you can define the default values of new carousels. All information can be overwritten in the plugin.
The definition is split into the following categories:
PLUGIN.TX_IMAGECAROUSEL.BASIC
PLUGIN.TX_IMAGECAROUSEL.JQUERY
Constant: | Title: | Description: |
|---|---|---|
jsLibrary | JS Library | JS-Library to use |
skinFolder | Skin Folder | Folder where the skins are located, subfolders will be shown as dropdown |
linkTarget | Internal linktarget | The target where internal links will be opened |
extlinkTarget | External linktarget | The target where external links will be opened |
imagewidth | Image width | Width of the images |
imageheight | Image height | Height of the images |
carouselwidth | Carousel width | Width of the carousel if not vertically |
carouselheight | Carousel height | Height of the carousel if vertically |
jQueryNoConflict | jQuery noConflict | Use the noConflict methode |
file.jQueryLibrary | jQuery Library | Location of the jQuery Lib |
[tsref:(cObject).plugin.tx_imagecarousel]
plugin.tx_imagecarousel_pi1
Property: | Data type: | Description: | Default: |
|---|---|---|---|
jsLibrary | string | JS-Library to use | jquery |
skinFolder | folder | Folder where the skins are located, subfolders will be shown as dropdown. If you have other skins than the original jCarousel, you can place these skins into your fileadmin, and set the skin folder to the fileadmin location. These new skins will be shown in dropdown. | EXT:imagecarousel/res/skins/ |
linkTarget | string | The target where internal links will be opened | _self |
extlinkTarget | string | The target where external links will be opened | _new |
imagewidth | string | Width of the images | 200c |
imageheight | string | Height of the images | 200c |
carouselwidth | integer | Width of the carousel if not vertically | |
carouselheight | integer | Height of the carousel if vertically | |
jQueryNoConflict | boolean | Use the noConflict methode | 1 |
jQueryLibrary | file | Location of the jQuery Lib | EXT:imagecarousel/res/jquery/js/jquery-1.3.2.min.js |
carousel.normal.image | IMAGE | Defines the image for normal view | |
carousel.normal.stdWrap | stdWrap | stdWrap for all images in slideshow | |
carousel.content.* | IMAGE / stdWrap | The same as carousel.normal.* but for content images |
[tsref:(cObject).plugin.tx_imagecarousel_pi1]