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