minWidth of ui.window, Properties Webix Docs
sets the minimal width for the view
number minWidth;
Example
webix.ui({
view:"some",
minWidth:100
});
Default value:
300
Related samples
Details
- The view can take the width not less than the specified value.
- If more (free) space is available - the view will take it.
- During resizing the view can't take the size lesser than the value of minWidth.
See also
If you have not checked yet, be sure to visit site of our main product Webix ui widget library and page of javascript open new window product.