ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Integrate signaturepad with popupform
Title:
B
I
{code}
?
I would like to show a signature control (signature pad) when showing pop up form. Is there a js function I can call or can the pop up call js function when the pop up is shown?
Save Changes
Cancel
Mohamed Elsheihh
asked at 24 Jul 2018
not sure what exactly you mean by showing a signature, but there's the `aweload` event and `.OnLoad` [https://demo.aspnetawesome.com/PopupFormDemo#Submit-confirmation-using-OnLoad-func extension] an example for aweload: $(document).on('aweload', '.awe-popup', function(){ $(this).append('hi'); });
at 24 Jul 2018
Omu
That’s exactly what I need. I am integrating/showing signaturePad inside a pop up and I needed a js function to initialize the signaturepad code. Thanks for the quick response.
at 25 Jul 2018
Mohamed Elsheihh
think you can simply have the init script inline, in the popup content, so when the popup content is loaded the script will execute also
at 25 Jul 2018
Omu
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK