[CLOSED] [1.0] TabPanel reload AutoLoad

  1. #1

    [CLOSED] [1.0] TabPanel reload AutoLoad

    Hello,

    I have a TabPanel with auto generated panels in JavaScript and I would like to reload the autoLoad of the active tab; however the following does not appear to exist?

    alert(TabPanel1.getActiveTab().autoLoad);
    Suggestions?

    Cheers,
    Timothy
    Last edited by Daniil; Feb 10, 2011 at 7:51 AM. Reason: [CLOSED]
  2. #2
    Hi Timothy,

    You can reload the Tab/Panel by just calling the .reload() function.

    Example

    TabPanel1.getActiveTab().reload()
    Or, you can load a new page into the Panel by calling the .load() function and passing a new url.

    Example

    TabPanel1.getActiveTab().load("http://ext.net")
    Hope this helps.
    Geoffrey McGill
    Founder
  3. #3
    The .autoLoad config object is available from the Panels .initialConfig object.

    Example

    TabPanel1.getActiveTab().initialConfig.autoLoad.url
    Geoffrey McGill
    Founder
  4. #4
    Thanks Geoffrey that works great!

Similar Threads

  1. Reload TabPanel
    By YarikK78 in forum 1.x Help
    Replies: 1
    Last Post: Mar 01, 2012, 10:05 AM
  2. [CLOSED] TabPanel Autoload problem
    By kenanhancer in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jul 14, 2011, 9:41 AM
  3. [CLOSED] [1.0] TabPanel AutoLoad with IE 7/8 on Windows XP
    By rcaunt in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 16, 2010, 12:34 PM
  4. [CLOSED] [1.0] MVC and TabPanel AutoLoad
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 26, 2010, 10:40 AM
  5. TabPanel reload and title
    By izee in forum 1.x Help
    Replies: 3
    Last Post: May 19, 2009, 10:09 PM

Posting Permissions