This topic is locked

Invoking Export page in popup from your own button

5/24/2018 7:30:01 AM
PHPRunner Tips and Tricks
admin

This one is quite simple. Add a button to the List page and add the following code to ClientBefore event:

$("a[id^=export]").click();


Server and ClientAfter events should be left empty.