setActiveIndex

показывает элемент по его индексу

void setActiveIndex(number index);
indexnumberиндекс элемента (отсчет с 0)

Example

webix.ui({
    view:"carousel",
    container:"box",
    id:"carousel1",
    cols:[
       { id:"cell1", template:"<img src='spring.jpg'/>" },
       { id:"cell2", template:"<img src='summer.jpg'/>" }
    ]
});
$$('carousel1').setActiveIndex(0);

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