Documentation

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