hide

hides the view

void hide();

Example

$$("hint").hide();

Related samples

Details

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

See also
Back to top