Change look of tabpanel tabs

How is it possible to change the look of tabpanel tabs? I don’t mean the forms in a tab, but the tab I have to click, if I want to switch from a form in tab to another form in a tab.

  1. smart client controlled by L&F
  2. web client there is a servoyforge project (https://www.servoyforge.net/projects/servoy-default-css) that modifies via css
  3. or you can write your own tab controllers and style them anyway you want!

[attachment=0]tab controllers.png[/attachment]

david:

  1. smart client controlled by L&F
  2. web client there is a servoyforge project (https://www.servoyforge.net/projects/servoy-default-css) that modifies via css
  3. or you can write your own tab controllers and style them anyway you want!

Why is it necessary to write an own tab controller and how?

deezzub:
Why is it necessary to write an own tab controller and how?

How: http://www.servoymagazine.com/home/2004 … ll_yo.html. Old article and code (we now have our own tab controller api’s) but the general concept hasn’t changed.

Why? Anything can control a tab panel. In the screenshot above I circled six tab controllers and missed a 7th and 8th (literally). They all look different and only one looks like a normal tab controller. Now imagine a UI with eight tab controllers all looking the same and compare. There’s your reason.