BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<e-content-group id="undo" >
<e-toggle-button-settings id="tglbtn" click=" onConnect” show-rounded-corner="true" default-text="Connect" active-text="Connected" />
</e-content-group>
|
<script>
function onConnect(e) {
var r = confirm("Connect or not");
if (r == false) {
this.option('toggleState', false);
}
}
</script>
|