hidden

defines whether the view will be hidden initially

boolean hidden;

Example

webix.ui ({ 
    view:"sidemenu",
    hidden:false, // the menu will be shown initially
    ...         
});


Default value:

true
See also
Back to top