compactWidth of ui.scheduler, Properties Webix Docs

StartAPI Referenceui.schedulerProperties

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

  • API

  • Articles

  • Back to top