capture-signature
Overview
Using signatures
// Get the SVG text of the signature as XML
// Assuming the name of the signature is `captured_sig`
var signatureSVG = view.captured_sig.toText();// Get the SVG text of the signature as ZPL
// Assuming the name of the signature is `captured_sig`
var signatureSVG = view.captured_sig.toZPL();Basic Example
<var name="my_signature" type="signature" />
<capture-signature label="Add a signature" bind="my_signature" required="true" />

Standard Attributes
bind
bindbindlabel
labellabelrequired
requiredrequiredAdvanced Attributes
align-content
align-contentalign-contentalign-controls
align-controlsalign-controlsalign-label
align-labelalign-labelcontrol-order
control-ordercontrol-orderdialog-title
dialog-titledisabled
disableddisabledfullwidth
fullwidth
icon-position
icon-positionicon-positionid
ididlabel-case
label-caselabel-caselabel-color
label-colorlabel-coloron-change
on-changeon-changeorientation
orientationshow-if and hide-if
show-ifhide-ifshow-if and hide-ifComponent Methods
captureMedia
captureMediacloseMedia
closeMediadeleteMedia
deleteMediaopenMedia
openMediascrollIntoView
scrollIntoViewLast updated
