[CLOSED] Window inside an aspx page that is loaded in a TAB

  1. #1

    [CLOSED] Window inside an aspx page that is loaded in a TAB

    Hi,

    I have following kind of hierarchy.. Where i have multiple tabs in tab panel and content inside each tab panel is another aspx page.

    MainPage.aspx
    - Tab Panel
    - Tab1
    -(Tab1 content is loaded from A.aspx page)
    - Tab2
    - Tab3

    A.aspx
    - Window1
    - Window2

    Now, when i click on a button inside A.aspx, "Window1" will be opened. But the opened window is constrained to only the tab panel size. I want the Window1 to be able to move out of the tab panel area.

    Remember, that the Window is in markup in A.aspx and is not created with javascript code. So, i can not use "newWindow(url,config)" method.

    Is this possible somehow? how to use CustomRenderTo property for Window?

    Regards,
  2. #2

    RE: [CLOSED] Window inside an aspx page that is loaded in a TAB

    Hi,

    Unfortunatelly it is not possible. There were similar requests from another members.
    I was able to move some widgets from iframe to the parent page (not all controls) under FF but under IE it doesn't work at all




Similar Threads

  1. Replies: 8
    Last Post: Oct 22, 2012, 1:55 PM
  2. Replies: 7
    Last Post: Jul 31, 2012, 8:31 PM
  3. [CLOSED] IFrame/Aspx inside Ext:Window. Is it possible?
    By mcfromero in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 14, 2012, 9:14 AM
  4. Replies: 2
    Last Post: Mar 22, 2012, 12:49 PM
  5. Window autoload an aspx page
    By gastonregistra in forum 1.x Help
    Replies: 2
    Last Post: Apr 24, 2008, 1:48 PM

Posting Permissions