[1.0] Panel RenderTo

  1. #1

    [1.0] Panel RenderTo

    Hello,

    I was wondering what the possibility would be to open the RenderTo property of the Panel control to allow overriding the rendering routine and render in a previously established HTML control or an existing Panel.

    For example:

    Index.aspx:
    <ext:Panel ID="Existing" runat="server">
        <Content>
            Waiting to load content
       </Content>
    </ext:Panel>
    <ext:Panel ID="NewPanel" runat="server" RenderTo="Existing">
        <Content>
            New Panel Loaded!
        </Content>
    </ext:Panel>
    When this page executes there will only be one panel rendered, Existing, and the content of the NewPanel will be inside of it. This would be extremely useful for partials in MVC :)

    Thanks for the consideration.

    Cheers,
    Timothy
  2. #2

    RE: [1.0] Panel RenderTo

    I thought .RenderTo was public? I'll have to run some tests.

    Geoffrey McGill
    Founder

Similar Threads

  1. Replies: 1
    Last Post: Oct 26, 2012, 8:52 AM
  2. DesktopWindow modal renderto whole page ?
    By xtremexploit in forum 1.x Help
    Replies: 4
    Last Post: Nov 16, 2011, 6:50 PM
  3. Populate a TabPanel with AutoLoad and RenderTo
    By Tallmaris in forum 1.x Help
    Replies: 2
    Last Post: Jul 05, 2011, 10:30 AM
  4. Replies: 8
    Last Post: Apr 01, 2010, 6:25 PM
  5. Auto Resize Panel in ViewPort on client-side Panel.AutoLoad
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 13
    Last Post: Dec 03, 2008, 3:27 PM

Posting Permissions