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 add Attributes in the iFrame tag when using Modal Dialogs

Juergen SchusterJan 27 2016 — edited Jan 27 2016

Hi,

we are on 5.0.2, not using Universal Theme yet. I can use the Modal Dialog though. But there is this ugly frame generated. I need a way to get into the <iframe> tag to add frameborder="0".

I'm using this solution by now, but maybe there is a more native solution?

In Dialog / Attributes:

open: function(event, ui){ $('#apex_dialog_1 iframe').attr('frameborder','0'); }

Thanks, Juergen

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 24 2016
Added on Jan 27 2016
3 comments
1,148 views