Hi Pere Argelich Romà,
Thank you for the
update. You can achieve your requirement by configuring the desired toolbar
items in the Form Designer toolbar using the toolbarSettings API.
For your reference,
we have attached a sample demonstrating this approach. Please review the sample
and let us know if it meets your requirements or if you have any
questions.
Code snippet:
viewer.toolbarSettings = {
showTooltip: true,
formDesignerToolbarItems: [
'TextboxTool',
// 'PasswordTool',
'CheckBoxTool',
'RadioButtonTool',
'DropdownTool',
'ListboxTool',
'DrawSignatureTool',
'DeleteTool',
],
};
Sample
with toolbarSettings
Regards,
Venkada Subramanian D