compactWidth

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

number compactWidth;

Example

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


Default value:

650
Details

The property defines the width of the widget, when it is switched to a compact mode.

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.