makes the component visible
force | boolean | when set to true, the command will show not only the current view but the all parent views as well (can be used for nested tabviews or nested mutliviews) |
animation | boolean | enables/disables animation during view showing |
// default
$$("fmanager").show();
This method helps showing the views that were hidden before:
The same effect as show() makes can be achieved if you set the hidden parameter in the view constructor to the true value.
Performance tip
With standard views (not windows) you can use an alternative to the hide, show api, namely the ui.multiview functionality to switch between views.