multiselect

enables multiple selection of dates

boolean|string multiselect;

Example

webix.ui({
    view:"calendar",
    multiselect:true
});

Related samples

Details

To enable multiselect on touch devices, set the property value to "touch".

See also
  • Articles
  • Back to top