Hi all,
I use Alert.showWebResource. How to Button show after webresource is shown completely?
Thank you in advance.
*This post is locked for comments
Hi all,
I use Alert.showWebResource. How to Button show after webresource is shown completely?
Thank you in advance.
*This post is locked for comments
Hi, If you want to add custom button please check this Url: https://github.com/PaulNieuwelaar/alertjs/wiki/Documentation#alertshowwebresource
When you want to show your webresource, you create function on your javascript and pass it when you want to show your webresource.
function fnOkButton{ console.log("Called from OkButton"); } ... Alert.showWebResource("yourwebresname", 200, 100, "Test",
[new Alert.Button("OK", fnOkButton)], "www.localhost.com");
Please check furthermore the function on the documentation.
Can you clarify your question? Not so clear what you are trying to do.
Possibly screenshot...
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156