S
|
salim author 4/25/2016 |
Previously in PHPRunner Version 7.1 we could assign button attributes - example: $xt->assign("backbutton_attrs", "onclick=\"window.close()\""); How to do it in version 8.1? Thanks
|
![]() |
Sergey Kornilov admin 4/25/2016 |
Better option is to insert your own button and add your own code instead of modifying standard button behaviour. |