How to update form created in UI designer when Contract changed

Hello,

I use Bonitasoft 7 Community Edition and UI Designer.

I have a human task and I created Contract and form in UI Designer. Later I changed (or added) variable in Contract. Is it possible to update form automatically? Or how can I add new widget for any variable from Contract.

How can I format Labels in UI Designer? How can I set color, font, size, … for Label without using CSS? (Html tags did not work for Labels).

Note: An “Undo” button will be useful in UI Designer :slight_smile:

Thank you!

2 Likes

This is why angular js was built to handle two way bindings. You do not have to re-create the form after updating the contract. Review directives and controllers.

Here is a one tutorial.
https://docs.angularjs.org/tutorial/step_04

I have the same question - is it really necessary to re-create the form every time after updating the contract?

Dear mtdonovan,

thank you for your answer. Is there any manual about how to do it?