Hello,
I have been working on web app that exists inside of a popup window. Currently I use window.open to launch the popup. The popup contains a jqxTab and each tab has multiple grids, panels, inputs, etc. Everything works great but now I want to see about moving the app from a regular popup to a jqxWindow. I’d like the window’s content to be loaded from an iFrame because I figured that I could just load the existing code as is. My concern is with the jqxWindow’s initContent function. How do I initialize widgets that exist in an iFrame? Also, do I have to initialize EVERY widget or just the jqxTab and then the jqxTab will initialize all of the widgets within it as it currently does?
Thanks for the help!