fullscreen

renders window in fullscreen mode

boolean fullscreen;

Example

webix.ui({
   view:"window",
   fullscreen:true,
 
   head:"Some content here",
   body:"Some content here"
});

Back to top
If you have not checked yet, be sure to visit site of our main product Webix ui component library and page of javascript open new window product.