Login to follow
TabSwitcher

TabSwitcher (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 19 October 2023 by OutSystems Labs
TabSwitcher

TabSwitcher (ODC)

Details
Detailed Description

With the Tab Switcher, you can change between tabs without having to click specifically on the header. This could be useful, for example, if you want to change to another tab if the user selects a specific option on the current tab.


Basically, you have a placeholder that will hold the Tabs Widget and pass as input the TabIndex. Then, using the "OnParametersChanged" Event, a JS will get the placeholder class and select the Tab Element, changing the tab to the new Index.