Page 1 of 1

How about a onSelectTab function?

Posted: Tue Jun 09, 2020 6:22 am
by ARWEN
Hi guys,

How about an onSelectTab function that fires, when a tab is clicked?

Code: Select all

function onSelectTab(i) {
    if (something) {
       alert('Complete the data before switching to the next tab');
       return false; 
    }
}
This would work in the same way as nuBeforeSave. (if onSelectTab exists, it's called)

Re: How about a onSelectTab function?

Posted: Thu Jun 18, 2020 6:20 am
by ARWEN
Steven, what do you think?

Re: How about a onSelectTab function?

Posted: Thu Apr 08, 2021 11:32 am
by ARWEN
Hi, any news on that?

Re: How about a onSelectTab function?

Posted: Thu Apr 08, 2021 1:39 pm
by kev1n