Documentation

hide

hides the view

void hide();

See also

Example

$$('mylist').hide();

Details

The same effect can be achieved if you set the hidden parameter in the view constructor.

Performance tip

As alternative to the hide, show api, you can use the ui.multiview component to switch between views.

Back to top