Tab switch on Button Click

0
Hi Everyone! I am working with a Page where I have multipule Tab. Onclick of a Action Button of one tab it need to redirect to another tab. Tried with TabSwitcher but there I need to show the page again but, I want to achive the above with out  loading the whole page again. If you familiar about this functionality please help me out.   Thanks in Advance!
asked
2 answers
0

Hi!

 

You can use this widget: https://marketplace.mendix.com/link/component/204732

It uses an attribute to change the active tab. So if you change the attribute within a MF it should do the trick.

 

Hope this helps!

answered
0

Hi Pujaran,

 

create a javascript button, place a class on the tab you wish to navigate to

 

Use this content: document.querySelector('.classname').click();

answered