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.