Ext JS - Learning Center

ManageIframe:Manual:Frame Loading

From Learn About the Ext JavaScript Library

Jump to: navigation, search

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 05:07, 16 February 2008.
  • This page has been accessed 3,055 times.