adding default container container to a custom widget

Greetings, I need a tabs container that can hide some tabs, Bonita’s tab container widget hasn’t so I made a simple
tabs function
Now I need to add the containers to this tabs, I found some Bonita code on git ( https://github.com/bonitasoft/bonita-ui-designer/tree/a72f45c352e51b35182841dcddd5419242b63e09/frontend/app/js/editor/workspace )
but I don’t know how to add it, so i need some help with that

reagards
Mauro

The tab controller that you saw is the tab controller that you use for add tabs in the designer.

We makewith jquery a function to delete the tab and his container based on name of the tab.

Make a new tab component, and simulate the tab container can be make too, this is a better solution

Thats my problem, I dont know how to simulate te container widget of bonita