adding default container container to a custom widget

1
0
-1

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/a72f45c352e51b3518... )
but I don't know how to add it, so i need some help with that

reagards
Mauro

1 answer

1
0
-1

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

Comments

Submitted by msevillano on Mon, 07/25/2016 - 15:05

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

Notifications