Overview #
A signature pad that allows users to draw smooth signatures on canvas element and export the signatures to PNG/JPG/SVG/WebP images.
Field Type Parameters: #
Width
(optional) – Width in pixelsHeight
(optional) – Height in pixelsFolder
(optional) – Folder where all the signature image files will be saved. By default /imagesImage Format
(optional)
Value Processing Parameters: #
Basic usage:
{{ FieldName }}
Pure Value (Unprocessed): #
Example:
{{ FieldName.value }}
Edit Record Parameters: #
Basic usage:
{{ FieldName.edit }}
Usage with parameters:
{{ FieldName.edit(CSS Class, Attributes) }}
CSS Class
(optional) – Name or names of CSS classes.Attributes
(optional) – Optional attributes like: disabled, onclick, onchange, etc.
Leave a Reply
You must be logged in to post a comment.