I have a use case where a panel in a Carousel needs to know when it is visible. Currently there is no events for a Carousel component. A ‘onShow’ event would be very helpful to provide this function. By adding one line of code in dhx.CarouselPanel could provide this feature.
Inserting after line 8338:
this.callEvent(“onShow”,[this._active_cell]);
Thank you for considering,
Kris