Documentation

cols

array of views objects arranged horizontally

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"} },
        ...
    ]
});

See also

  • api
  • samples
  • articles
  • Back to top