cols

массив компонентов, расположенных горизонтально

array cols;

Example

webix.ui({
    view:"carousel",
    cols:[
        { css: "image", template:img, data:{src:"imgs/image001.jpg"} },
        { css: "image", template:img, data:{src:"imgs/image002.jpg"} },
        ...
    ]
});

Related samples

See also
  • API
  • Articles
  • Наверх
    If you have not checked yet, be sure to visit site of our main product Webix javascript website framework and page of carousel script product.