Check documentation for the latest version of dhtmlxSuite attachCarousel DHTMLX Docs

attachCarousel

attaches a carousel object to a tab

dhtmlXCarousel attachCarousel(number width,number height,object conf);
widthnumberthe width of a carousel
heightnumberthe height of a carousel
confobjectoptional, the config of a carousel for object-api init
dhtmlXCarouseldhtmlXCarousel instance

Example

var myCarousel = myTabbar.tabs(id).attachCarousel(400, 300, conf){
    ...
});

Change log

added in 4.3

Back to top