w2tabs.hide

Hides tab or tabs with id.
hide(id1, [id2], ...)
id string, id of the tab
Returns array that contains ids of effected tabs.

Description

The tab(s) must exists in the .tabs array of the tabs. The tab object is identified by the .id property. The method returns the number of hidden tabs that were shown before.
If you have tabs defined in the following way: You can add tabs:

User Comments

comments powered by Disqus