D
|
druck281 11/2/2024 |
You will need to retrieve the value of the input control and assign that to the param["text"]. Check out this part of the manual as it has a little more description... Below is an example of a dialog box I have that allows the user to select an option from a dropdown. I don't know if my code is the most efficient since I am still pretty new to this but I declared a JS variable which accepts the input value then I assign that to the params["xx"] variable so it can be passed to the server event. ctrl.dialog |