[CLOSED] TabBar Config examples in Examples Explorer not working

  1. #1

    [CLOSED] TabBar Config examples in Examples Explorer not working

    Hi,

    This example doesn't seem to be working:
    https://examples2.ext.net/#/TabPanel...TabBar_Config/

    When I click the add button, in Firebug I can see a request being made but the response that comes back is empty (or {} to be more precise).

    Would be nice to see how it works :)

    Thanks!
    Last edited by Daniil; Jun 25, 2012 at 5:33 PM. Reason: [CLOSED]
  2. #2
    Thanks for the report. We are investigating
    As workaround, please replace
    TabPanel1.Add(panel);
    panel.Render();
    by

    panel.AddTo(TabPanel1);
  3. #3
    Fixed in SVN. Thanks again for the report
  4. #4
    Many thanks!

Similar Threads

  1. [CLOSED] Examples explorer Dynamic Grid Panels not working
    By anup in forum 2.x Legacy Premium Help
    Replies: 7
    Last Post: Sep 28, 2012, 8:37 PM
  2. Replies: 7
    Last Post: Mar 22, 2012, 1:00 PM
  3. [1.0] Examples Explorer
    By r_honey in forum Open Discussions
    Replies: 18
    Last Post: May 31, 2010, 5:06 PM
  4. [1.0] Where is the Examples Explorer ?
    By omeriko9 in forum Open Discussions
    Replies: 2
    Last Post: Apr 06, 2010, 10:35 AM
  5. Coolite 0.8 Examples Explorer not working
    By EzaBlade in forum 1.x Help
    Replies: 1
    Last Post: May 28, 2009, 7:08 PM

Posting Permissions