hideOption

hides an option (tab) of the tabbar

void hideOption(string|number id);
idstring|numberthe option id

Example

tabbar.hideOption(id);

Related samples

See also
Back to top