G
|
George Kondylis 5/10/2025 |
To pass values to the Javascript onLoad, you need to use the setProxyValue https://xlinesoft.com/phprunner/docs/setproxyvalue.htm on the Before Display event do: Then on your Javascript onLoad event, you can if(proxy['proxy_user'] == "External"){ pageObj.toggleItem("integrated_edit_field1", false ); } |
![]() |
Sergey Kornilov admin 5/10/2025 |
Just wanted to add that doing this on the server side might be easier: |