attaches a carousel object to a tab
width | number | the width of a carousel |
height | number | the height of a carousel |
conf | object | optional, the config of a carousel for object-api init |
dhtmlXCarousel | dhtmlXCarousel instance |
var myCarousel = myTabbar.tabs(id).attachCarousel(400, 300, conf){
...
});
added in 4.3
Back to top