onShow

срабатывает, когда в карусели отображается новый элемент

void onShow(string id);
idstringid отображаемого элемента

Example

carousel.attachEvent("onShow", function(id){
    //... ваш код ... 
});

Related samples

See also
  • Articles
  • Наверх
    If you have not checked yet, be sure to visit site of our main product Webix html5 library and page of javascript image slideshow product.