This topic is locked

Invoking Export page in popup from your own button

5/24/2018 07:30:01
PHPRunner Tips and Tricks
Sergey Kornilov 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.