TabSwitcher
Content Type: Widget
Categories: User Interface
Overview
This widget let’s you dynamically set the active tab pane of a tab container. This can be done by the outcome of a microflow, returning an integer/long, or by using one of the attribtes of the enclosing DataView entity.
Be aware, sadly this widget will not work anymore as of Mendix 9.6.x and upwards. Please upvote my idea:
Documentation
Description
This widget let’s you dynamically set the active tab pane of a tab container. This can be done by the outcome of a microflow, returning an integer/long, or by using one of the attribtes of the enclosing DataView entity.
Typical usage scenario
[Describe typical usage scenario(s)]
Features and limitations
[Describe the features / limitations of your content]
Dependencies [optional]
- Mendix 6
- jQuery library should already be loaded
Installation [optional]
[Describe the necessary steps to install the content]
Configuration [optional]
- Add the widget inside the DataView which holds the tab container you want to control dynamically.
- Configure the widget by either:
- choosing a microflow;
- be aware that the output of the widget needs to be an integer/long;
- selecting the tab pane index attribute of the enclosing DataView entity;
- adding the same CSS class to both the widget and the tabCONTAINER on your page.
- choosing a microflow;
Known bugs [optional]
Frequently Asked Questions [optional]
- Q:
- A: