showModalDialog icon indicating copy to clipboard operation
showModalDialog copied to clipboard

Set id attribute to dialog window

Open svbfromnl opened this issue 4 years ago • 0 comments

Adding an id attribute to the iframe will allow you to manipulate the iframe from inside. For example: you can add a button to the html with an onclick() event that does something like this: window.parent.document.getElementById('modalDialog').close();

svbfromnl avatar Sep 24 '20 15:09 svbfromnl