Sub-tab forward button
Posted: 18 Apr 2020
Hello,
I have two main tabs "A" and "B" (parent tabs) and two more child-tabs under "A".
I know this OnClick property to move to next parent tab, but it doesn't work with subtabs.
Or even to set such button to move forward to a specific tab or subtab.
Any suggestion?
Thank you!
I have two main tabs "A" and "B" (parent tabs) and two more child-tabs under "A".
I know this OnClick property to move to next parent tab, but it doesn't work with subtabs.
But I would like to set an "OnClick" function button to move to next subtab section (from subtab A (1) to subtab A (2)... Is it possible?var currentTab = fd.tabControl(0).tabs('option', 'active');
fd.tabControl(0).tabs('option', 'active', currentTab + 1);
Or even to set such button to move forward to a specific tab or subtab.
Any suggestion?
Thank you!