svySignature
Getting Started
Example Usage
//when you want to save the signature, create a simple handler:
function onAction$save(event) {
var data = elements.pad.getDataUrl("image/png")
//data contains a base64 string of the signature.
}
API Documentation
Method Summary
clear
getDataUrl
setDataUrl
Handlers
onBegin
onEnd
Properties
Last updated
Was this helpful?