hide of ui.layout, Methods Webix Docs
hides the view
void hide();
Example
$$("mylist").hide();
Related samples
Details
The same effect can be achieved if you set the hidden parameter in the view constructor.
Performance tip
As an alternative to the hide / show api, you can use the ui.multiview component to switch between views.
See also
If you have not checked yet, be sure to visit site of our main product Webix open source html5 framework and page of javascript grid layout product.