ExtJS - Access an IFrame Autoloaded Page in a Panel
Assuming we have a panel where we autoload another page using the iframe mode instead of merge:
var panel = Ext.getCmp('myPanelId');
var iframeWindow = panel.iframe.dom.contentWindow;
we can reference then
iframeWindow.myNamespace.MyType
iframeWindow.myNamespace.myFunction()
iframeWindow.myGlobalVar
iframeWindow.myGlobalFunction
Written by Jorge Medina
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Extjs
Authors
Related Tags
#extjs
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#