Hi,
Switched from deprecated navigation tabs to new tabs.
I was using Javascript to switch tabs with the following reference.
https://www.outsystems.com/forums/discussion/60384/set-the-active-tab-in-tabs-pattern-for-reactive-web-apps/
However, it does not work in the new tabs with an error.
Is there a solution?
Hello @Yusuke Suzuki
You're using a custom JavaScript node instead of the client action built for that purpose - SetActiveTab. With this, it works as expected.
Cheers,GM
Hi, Gonçalo
I tried to run the module you gave me. However, the header is working, but the content is not.
You need to be using the latest version (2.11.0 ) since it contains the fix for that (release note with code ROU-3650).I'm using this version and it works like a charm.
Hi Yusuke,
I suggest you another approach for switch tabs you have to use wizard widget .This widget is used for navigation tabs
Try this
if you want to go with javascript please mention the error which type of error you facing
Hi, Lokesh
I would like to use Javascript.
The error is "document.getElementById(...).changeTab is not a function "
Thank You
Please provide me oml
Since the original application cannot be uploaded, we will send you a module that reproduces the phenomenon.
Hello Since Tabs Are Updated here is the new documentation you can refer
https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Patterns/Using_Mobile_and_Reactive_Patterns/Navigation/TabsStep by step approach is available
I hope this will help
Best Regards
Tousif Khan