In the documantation for the RadWindow radprompt, there is indication of the ability to pass additional data to the callback function:
callerObj - provides ability to "pass" a reference to a HTML object, such as button to the callback function.
All of the examples I can find pass null and do not use this object. Can someone provide an example of how to retrieve this additional data from the callback? When I break inside the function, all I can see is the first argument - text only - text entered into the prompt dialog.
Thanks!
John
callerObj - provides ability to "pass" a reference to a HTML object, such as button to the callback function.
All of the examples I can find pass null and do not use this object. Can someone provide an example of how to retrieve this additional data from the callback? When I break inside the function, all I can see is the first argument - text only - text entered into the prompt dialog.
Thanks!
John