compactWidth

sets the width for the widget to switch to the compact mode

compactWidth;

Example

webix.ui({
  view: "scheduler",
  url: "https://docs.webix.com/calendar-backend/",
  compactWidth: 1000
});


Default value:

780
Details

The property defines the width of the widget, when it is switched to a compact mode. Note that compactWidth cannot be less than its initial value (780px).

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.