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!

How to Overlay a jQuery UI Dialog over a Skillbuilders Modal Page

Tony FatourosFeb 6 2014 — edited Feb 7 2014

I am using the SkillBuilders Modal Page within my Oracle APEX application, i.e.

- Dynamic Action Plugin - SkillBuilders Modal Page

to present the user with a tabular form, where they can enter specific values via select lists.

The problem that I am having is within my SkillBuilders Modal Page, I have some validation by where I want to make a call to jQuery UI dialog, in order to present the user a message. I do this by calling:

$('#dialogbox').dialog('open');

Unfortunately it doesn't actually seem to appear on screen and I believe it's something to do with the fact that I am trying to overlay a modal dialog over a modal page (skillbuilders modal plugin).

Does anybody have any ideas on how to solve this problem or perhaps I have missed something.

Thanks.

Tony.

This post has been answered by Greg Jarmiolowski on Feb 6 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 7 2014
Added on Feb 6 2014
2 comments
1,770 views