How can i customize a form or a page?

1
0
-1

what is the procedure to customize a pages or a forms on bonita?

Thanks in advance

Comments

Submitted by delphine.coille on Tue, 05/28/2019 - 10:35

Hi, Can you please be a bit more precise about what you want to customize? Which version are you using? for example, with Bonita 7, thanks to UI Designer you can create pages, forms and custom widgets. Thanks for your clarification. Delphine

Submitted by vinat2000_1397084 on Wed, 05/29/2019 - 15:30

hi, i use bonita 7.8.3, i want to customize the background of a page or a form and customize wigets
how can i do?
thanks

1 answer

1
0
-1

Hi,

If you develop a form or a page using UI Designer, you can see at the bottom of your page a section called "Assets". By default UI designer integrates CSS file with default boostrap style.

To add background to your form or page, you just have to modify your css file.

For example, you can create a file "mycss.css" with this content:

.myOwnStyle{
 background-color : #404853;
 color: #ffffff;
 } 

If you click on the help button in your asset menu, you will have a description of all the assets available, their use on forms, pages or custom widgets.

Regarding widgets customization, each widget has general and specific properties you can configure. If those configurations do not meet your need, you can develop custom widgets.

To get more details, please refer to the following pages in our documentation :

I hope my answer is useful. If it is the case, please validate it by clicking the "validate" button next to the answer. It could help other community members.

Comments

Submitted by Esehi on Sat, 06/15/2019 - 15:20

Oh thanks for this post i was just looking for this. It helped me to figue out the same question mcdvoice

Submitted by delphine.coille on Mon, 06/03/2019 - 17:24

Hi ! Thank you, can you just vote up on the answer if it was helpful?

Notifications