[CLOSED] Issue Loading IFrame in Panel

  1. #1

    [CLOSED] Issue Loading IFrame in Panel

    Hi,

    I am attempting to load a aspx page that contains a view port into an iframe of panel(MainContentPanel) but the page is being loaded into new browser tab as well as in the panel. using the code below:

    App.MainContentPanel.load(
                {
                    showMask: false,
                    url: "controller/action",
                    disableCaching: true,
                    mode: "frame",
                    passParentSize: config.passParentSize,
                    params: config.data,
                    scripts: "false"
                }
            );
    Please let me know what I might be doing wrong.
    Last edited by Daniil; Jul 19, 2012 at 3:37 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please replace
    mode : "frame"
    with
    renderer : "frame"

Similar Threads

  1. Replies: 14
    Last Post: Dec 27, 2012, 4:18 PM
  2. Replies: 2
    Last Post: Aug 08, 2011, 6:26 PM
  3. Replies: 1
    Last Post: Jun 03, 2010, 3:40 PM
  4. Deferred loading of Panel without iframe?
    By lionelhutz in forum 1.x Help
    Replies: 1
    Last Post: Oct 09, 2009, 9:39 AM
  5. [CLOSED] ext:Window iframe loading problem
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 03, 2008, 7:31 AM

Posting Permissions