This topic is locked
[SOLVED]

 Hide Field via Button

3/20/2019 8:28:37 PM
PHPRunner General questions
P
pinoyoutdoor author

need help in how to show/hide field using a button...thanks

C
cristi 3/21/2019

Add a custom button and use this code on "client before":

pageObj.hideField("Something");

return false;


where "Something" is the name of your field.
For reference: https://xlinesoft.com/phprunner/docs/hidefield_js.htm