Configure tabs as buttons

0
I’d like to configure a Tab container to display the individual page tabs as buttons (render mode = button). Is that possible and how? Thanks!
asked
2 answers
7

Markus,

Atlas provides several classes that change the display format of tabs.  One that I use often is tab-pills, which will render your tabs like this:

You can see all of the classes here:  https://atlas.mendix.com/p/widget_tabcontainer/5910974510924179

Hope that helps,

Mike

answered
1

Is it possibble to handle this in JS? If true, then you could take a look to the HTML/JS Module on the App Store.

answered