Change fields outside the tab container, when the tab is changed from one tab to another.

0
Hi,   We have a page where a few fields are common at the top of the page and below those fields there is a tab container with 3 tabs. We have a requirement where if 1st tab is active, then one of the common fields should be hidden in the top section of the page which contains the common fields, but all fields should show when 2nd and 3rd tab are active.   How can we achieve this on the same page ? One option is to duplicate and create 2 pages in order to hide that one field, but is there any option where we can achieve this on the same page?
asked
1 answers
1

Have a look at the tab switcher widget in the market place https://marketplace.mendix.com/link/component/120338

You can use the tabindex attribute to set the visibility with an expression for the field you want to hide if tabindex = 1 e.g.

answered