Loading readme.md +8 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,14 @@ 6. After calling the init() method, call method eSign with the signing URL. <br __>Ex. `var signingUrl = “your-signing-url”;` <br __>`leegality.esign(signingUrl);` To customise the duration for which the success screen on the URL remains open before automatically closing down, you can append the URL with the query parameter “timer”. The default value is 5 and you can pass any integer value between 0 to 60. For example, to set the duration at 0 seconds, pass the timer parameter with value 0 as follows: https://app1.leegality.com/sign/ea23fced-36e4-4fe3-ae32-181a09c2f13a?timer=0 **Note**: This parameter currently works only for coordinate picker URLs and not for signURLs. 7. At any time, if you want to cancel signing process, call the method cancel() on instance of Leegality class. <br __>Ex. `leegality.cancel();` Loading Loading
readme.md +8 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,14 @@ 6. After calling the init() method, call method eSign with the signing URL. <br __>Ex. `var signingUrl = “your-signing-url”;` <br __>`leegality.esign(signingUrl);` To customise the duration for which the success screen on the URL remains open before automatically closing down, you can append the URL with the query parameter “timer”. The default value is 5 and you can pass any integer value between 0 to 60. For example, to set the duration at 0 seconds, pass the timer parameter with value 0 as follows: https://app1.leegality.com/sign/ea23fced-36e4-4fe3-ae32-181a09c2f13a?timer=0 **Note**: This parameter currently works only for coordinate picker URLs and not for signURLs. 7. At any time, if you want to cancel signing process, call the method cancel() on instance of Leegality class. <br __>Ex. `leegality.cancel();` Loading