showOption

shows a hidden option (tab) of the tabbar

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

Example

// hide an option
tabbar.hideOption(id);
// show the option again
tabbar.showOption(id);

Related samples

See also
Back to top