Validation on tab pages

0
Validation on tab pages if select checkbox inside first tab page then another tab pages is not open how to achieve this Eg. we have 7 tabs pages if i open first tab page then show checkbox  and if select check box then  other tab pages  will not open if uncheck check box then we can move tabs pages   
asked
2 answers
2

Hi Shubham,

You can set visibility condition on tab(i.e page) based on boolean attribute. Create one boolean attribute ex.‘IsSelected’(or you can use the same attribute that  you are using for checkbox).

And set the visibility condition based on the true/false value of the boolean attribute.

Hope this helps you!

answered
0

Hi Shubham,

One way. 

You can use the Wizards to achieve your requirement. Style Wizards in Tab style and highlight the respective wizard for the page. So when you go the other it will go to other page but user will get the one page experience.

Another way . 

Design one page which will have the tabs and design the tab as per your requirement in one page and place the content on each tab.

Mendix is a one page application so you have to design considering this .

 

 

answered