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!

Open Modal Dialog page from dynamic action

Chintan GandhiMay 13 2016 — edited Sep 6 2016

Hi,

I am on Oracle APEX 5.0.2. I have a button in a report region. Now, on click on this button, I want to open a modal dialog page.

Here, when I specify page details in button, it renders button with href=javascript:apex.navigation.dialog(<URL>), since target page is a modal dialog.

Now, I want to trigger this modal page from my dynamic action, where first, I will do a check on an item, if it is not null. If not null then only open dialog page, else give an alert to have value in the item.

Can any one help, how it can be achieved? I tried specifying URL in javascript:apex.navigation.dialog in my dynamic action, but it gave error due to missing p_dialog_cs.

Thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 4 2016
Added on May 13 2016
6 comments
9,714 views