[Added] JS nuShowTabByTitle()
Posted: Fri Dec 03, 2021 7:04 am
Make a hidden tab visible again by using nuShowTabByTitle()
Example:
If false is passed as second parameter, the tab is hidden instead.
Code: Select all
function nuShowTabByTitle(s, visible)
Code: Select all
nuShowTabByTitle('home');
If false is passed as second parameter, the tab is hidden instead.