Hi everyone,
I'm using Bonita 2021.2. As title, i want to create a custom widget button same function as a standard button, i just want to change it a bit when successful. Please help me.
Thank you.
Hi everyone,
I'm using Bonita 2021.2. As title, i want to create a custom widget button same function as a standard button, i just want to change it a bit when successful. Please help me.
Thank you.
Hi ,
To create your own button based on the button widget, you can follow these steps
- select your button (in the page or form)
- at the top of the properties panel, click on the "..." button next to the "Button" title, and select "View".
- you will be redirected to the widget editor page (../widget/pbButton)
- use the "Save as..." button to create a copy of the button widget
- edit your custom button and use it in your pages/forms.
If you want to replace existing buttons, you can reuse the "..." button and select the "switch" option.
I hope that will help you.
thank you, it's worked.