[CLOSED] Panel Loader: customize frame name

  1. #1

    [CLOSED] Panel Loader: customize frame name

    Hello,

    I have a panel like this:

    <ext:Panel ID="ContentPanel" runat="server" Region="Center" Split="True" meta:resourcekey="ContentPanelResource1">
            <Loader runat="server" Mode="Frame" Url="_general/dummy.htm" AutoLoad="True">
            </Loader>
          </ext:Panel>
    An IFRAME is rendered in the DOM with name="ContentPanel_IFrame". Is it possibile to customize this? If not, whill this policy change?
    I need the exact name of the iframe because i have some old controls rendering targeted links, like this:

    <a href="myPage" target="ContentPanel_IFrame" >....</a>
    Last edited by Daniil; Dec 18, 2012 at 5:43 AM. Reason: [CLOSED]
  2. #2
    Hi @sbg,

    You could change an iframe's name after loading in a Load listener.

Similar Threads

  1. Replies: 3
    Last Post: Dec 12, 2012, 2:10 PM
  2. Replies: 4
    Last Post: Oct 03, 2012, 12:50 PM
  3. Replies: 5
    Last Post: May 18, 2012, 1:41 PM
  4. Loader and Frame
    By Birgit in forum 2.x Help
    Replies: 0
    Last Post: Apr 17, 2012, 12:17 PM
  5. Replies: 0
    Last Post: Jan 25, 2009, 4:36 AM

Tags for this Thread

Posting Permissions