A component which contains a web block for drawing and saving the signature drawn on the canvas. It is a traditional web component which has a web block consisting of canvas for drawing the signature. It also contains the reset button to clear the canvas.
Following values can be configured for this component -
The OnSignatureChange input parameter is used to configure the trigger of the ChangeEvent of Signature, i.e. when -
OnSignatureChange = True -> then OnChange of Signature in the canvas an event to parent WB/Screen will be triggered.
OnSignatureChange = False -> then no event will be triggered.
It triggers the event when the -
1. signature is modified.
2. reset button is clicked.
Note : The text field to receive the signature data in the event (ModifiedSignature) has a larger length size.
Added the capabilities for the mobile devices also. Now it will handle the changes based on touch events of mobile devices