I have read through the documentation for the rad prompt and am wondering if there is any way to get the object specified in the call to rad prompt out?
For example, here is the function declaration from the documentation:
radprompt(text, callBackFn, oWidth, oHeight, callerObj, oTitle, defaultValue)
Can I get the callerObj information anyway inside of the call back function? I see the callback function only takes 1 argument, which is what the user types in.
We want to do this so that when the user clicks on a data grid cell, the data inside of that cell is passed to the javascript function, along with what the user entered in, so we can save this cell to a database with the specified name type in by the user.
Thanks
Eric
For example, here is the function declaration from the documentation:
radprompt(text, callBackFn, oWidth, oHeight, callerObj, oTitle, defaultValue)
Can I get the callerObj information anyway inside of the call back function? I see the callback function only takes 1 argument, which is what the user types in.
We want to do this so that when the user clicks on a data grid cell, the data inside of that cell is passed to the javascript function, along with what the user entered in, so we can save this cell to a database with the specified name type in by the user.
Thanks
Eric