Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Return a value from modal page using jquery selector = #BTN_LOAD

Gor_MahiaMay 28 2021 — edited May 28 2021

All,
ive a button created in post text expression of a text item
<button style="vertical-align:top;" id="BTN_LOAD" name="button">Load Name</button>
then ive a Dynamic action JavaScript that opens the modal page from which a value is selected all these are working correctly.
Now i want to return this value to the calling main page when the modal page is closed ( the modal page closes but it doesnt return the value from modal page).
I know how to return the value when modal page is invoked from normal apex button but in this case i want to open the modal page and pass the selected value back from the button referenced using jquery selector = #BTN_LOAD.

Using Apex 5.2
Any help is appreciated...thanks

This post has been answered by Gor_Mahia on May 30 2021
Jump to Answer
Comments
Post Details
Added on May 28 2021
8 comments
908 views