hidden

defines whether the view will be hidden initially

boolean hidden;

Example

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


Default value:

true
See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript website framework and page of javascript new window product.