Skip to content

Customize

Conditionally fade out/fade in custom tab

1
tab.fadeOutIf(true|false);
1
tab.fadeInIf(true|false);

Conditionally hide/show custom tab

1
tab.hideIf(true|false);
1
tab.showIf(true|false);

See also