Dynamic loading content page into Panel

  1. #1

    Dynamic loading content page into Panel


    Hey

    I try to load dynamically content page into Panel and show it in CardLayout. I'm not sure if it is posibble and if I make it on right way. Finally I want to change dynamically Panels in CardLayout. Does it work in Coolite last version? My code:

    
            Coolite.Ext.Web.Panel p = new Coolite.Ext.Web.Panel();
            p.ID = "panelTest";
            p.Title = "Test";        
            p.Load("http://www.google.pl/", true);
    
            clCardLayout.Items.Add(p);
            p.Show();
    Best regards
  2. #2

    RE: Dynamic loading content page into Panel

  3. #3

    RE: Dynamic loading content page into Panel


    I see. Dynamic loading Panels during AjaxEvent haven't been supported yet. What a pity. All Coolite's magic is lost. I hope that it will be changed in the future.

    Thanks

Similar Threads

  1. Replies: 0
    Last Post: Jan 06, 2012, 8:52 AM
  2. Tab Panel Content Loading
    By xMAC in forum 1.x Help
    Replies: 5
    Last Post: Dec 10, 2010, 7:07 AM
  3. Replies: 2
    Last Post: Mar 09, 2010, 12:55 PM
  4. Replies: 9
    Last Post: Mar 01, 2010, 9:49 PM
  5. [CLOSED] How to load a page from a Content or Panel using relative path?
    By flormariafr in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 02, 2010, 10:32 AM

Posting Permissions