attaches a carousel object to a cell
| 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 | 
| object | dhtmlXCarousel instance | 
var myCarousel = dhxComponent.cells(id).attachCarousel(400, 300, conf){
    ...
});
added in 4.3
Back to top