![]() |
Sergey Kornilov admin 7/15/2020 |
The code from the manual does work. It is hard to understand what you doing though as you cannot "return value from a variable", this is a function, not a variable. Also it is not supposed to return any values: |
![]() |
rdf author 7/15/2020 |
The code from the manual does work. It is hard to understand what you doing though as you cannot "return value from a variable", this is a function, not a variable. Also it is not supposed to return any values: https://xlinesoft.com/phprunner/docs/ajax_addpdf.htm
|
M
|
MikeT 7/16/2020 |
I think you need to use/define a callback in the ClientBefore event to trigger an after event, it's mentioned in the documentation you referenced. |