ManageIframe:Manual:Frame Loading (Legacy)
This version of our Learning Center is unmaintained.
This article may be out-of-date or contain incorrect information.
Please visit the new Sencha Learning Center for up-to-date material.
From Sencha - Learn
Loading your ManagedIframe
You could even retrieve an entire page or AJAX response (no, not by setting its src property) from another domain (with a suitable Proxy) and write that content to your panels' local IFRAME for later use/manipulation:
IFrameEl.load("http://yourhost/getReport.php")
This is not the same as:
IFrameEl.setSrc("http://yourhost/getReport.php")
This page was last modified on 16 February 2008, at 05:07.
This page has been accessed 9,917 times.
