Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

nuOpenTab() vs nuSelectTab() Topic is solved

Questions related to using nuBuilder Forte.
Post Reply
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

nuOpenTab() vs nuSelectTab()

Unread post by toms »

Hi,

What is the difference between these two functions?

nuOpenTab()

Opens a certain Tab on an Edit Form.

nuSelectTab()

Displays a certain Tab on an Edit Form.
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: nuOpenTab() vs nuSelectTab()

Unread post by admin »

toms,

nuOpenTab() is passed a number and is easier to use because of this.

nuSelectTab() is passed an HTML element and is used within nuBuilder.

Steven
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: nuOpenTab() vs nuSelectTab()

Unread post by toms »

Steven,

I see. Thanks!
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: nuOpenTab() vs nuSelectTab()

Unread post by admin »

.
Post Reply