K
|
keithh0427 author 10/13/2020 |
For future reference, this code worked. |
![]() |
Sergey Kornilov admin 10/13/2020 |
I just wanted to add that if you need to work with PHPRunner's Edit controls using getValue() function is more reliable than referring to those elements by ID like '#edit_field33': |
K
|
keithh0427 author 10/13/2020 |
I just wanted to add that if you need to work with PHPRunner's Edit controls using getValue() function is more reliable than referring to those elements by ID like '#edit_field33': https://xlinesoft.com/phprunner/docs/ctrl_getvalue.htm If ID changes at some point in the future your code will stop working.
|