select

enables/disables items selection or multiselection in widgets

boolean|string select;

Values

  • true
    allows single selection
  • false
    denies selection
  • "multiselect"
    allows multiselection
  • Example

    webix.ui({
        view:"list",
        select:true,
        // config
    });

    Related samples

    See also
  • Articles
  • Back to top
    If you have not checked yet, be sure to visit site of our main product Webix easy javascript framework and page of javascript menu product.