C
|
cristi 11/2/2023 |
I don't understand much from your question but if all that you want is to get a field value and pass it to the server in the custom button server event then it's very simple: var x=Runner.getControl(pageid,'somefieldname'); Server $data= $params["data"]["somedata"]; That's it. |