Modify TabBar

Hi,

I would like to add a button in the TabBar of a TabSheet for my user can add new tabs.
How to acces this TabBar? If it’s not possible, I will create my own component (a simple Panel with a MenuBar and a TabSheet :wink: ).

Thanks,
Laurent.

Hi,

With some CSS tricks it should be possible to add a button to the tab bar but maybe an easier way would be to use Henrik’s
DetachedTabs
add-on.

Adding another tab with no content, and a TabChangeListener which adds a new tab when the special tab is selected works as well, but it is kind of a hack.