-
Sencha User
Hello,
on my Page I use an Ext.Window in which I disyplay an Ext.Panel. Everything works fine as far as the page doesn´t contain any Iframes.
After adding Iframes to my html-page, the ext.window is always displayed behind these iframe.
I have no idea how I can get the ext.window in front of the iframe again.
Do you have any ideas?
Thanks a lot.
Michael
-
At the top of your code add:
Code:
Ext.useShims = true;
-
Sencha User
Hello Condor, thank you very much. That's the solution for my problem. Greeting, Michael
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules