defines whether the view will be hidden initially
webix.ui ({ view:"window", hidden:true,// the window will be hidden initially. ... // To show it again, use the show() method. });