Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

[Added] JS nuShowTabByTitle()

Information about updates, news, Code Library
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

[Added] JS nuShowTabByTitle()

Unread post by admin »

Make a hidden tab visible again by using nuShowTabByTitle()

Code: Select all

function nuShowTabByTitle(s, visible) 
Example:

Code: Select all

nuShowTabByTitle('home');

If false is passed as second parameter, the tab is hidden instead.
Post Reply