attaches a carousel object to the popup
| width | number | carousel width |
| height | number | carousel height |
| conf | object | optional, carousel config for object-api init |
| dhtmlXCarousel | dhtmlXCarousel instance |
var myPop = new dhtmlXPopup(...);
var myCarousel = myPop.attachCarousel(400, 300, conf){
...
});
Back to top