Custom Widget

How to add one row to a table from a pop-up o modal pannel?

Hi all

I am a newbie at Bonita 7.2, I have done a pop-up, with a custom widget and with JQuery, and I need to fill in some fields in this modal pannel, and I do it with out problems. Then I need to add this row to a table of the form, and I don't know how to do it from the custom widget, to refresd this data, and also save it to the data base

Any assistance would be greatly appreciated.

Kind regards,
Héctor

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

reagards
Mauro

Custom Widgets - $sce

Question 2)

We are generating HTML in some connectors that needs to be displayed on the page. Normally this is not allowed and requires special handling.

We have found the ngSanitize is depreciated and want to use $sce instead.

But $sce has to be injected into our controller, it's not available by right.

Our template looks like:

Obtaining data from a custom widget

Hi, in my main form i have an variable name "isValid" ($data.isValid) and i need to take the value from a Custom Widget, the widget is this:

Notifications