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!

Dynamic modal dialog title issue

Sunil BhatiaOct 9 2023

Hi All,

I have implemented dynamic modal dialog title using all the examples on internet, and summerizing as “On Load” JS function to be below:

apex.util.getTopApex().jQuery(".ui-dialog-content").dialog("option", "title", "&Pnn_xxxxx.");

It works fine, but when i open dialog from dialog (chained), it replaces both the dialog titles instead of replacing just last opened title. Sample screenshot below:

Does anyone has idea how can this be fixed?

Thanks,

Sunil Bhatia

This post has been answered by Louis Moreaux on Oct 12 2023
Jump to Answer
Comments
Post Details
Added on Oct 9 2023
3 comments
1,845 views