TabPanel.ActiveTab question

  1. #1

    TabPanel.ActiveTab question



    To all Coolite experts,

    Excuse me that I am new to Coolite. I have problems creating a TabPanels with Refresh button(for active tab) like the one in the Example. The Example way is using Ext.getCmp(id).reload(true). How could I do it in Coolite way? I tried
    (TabPanels) pages.ActiveTab.reload(true) but browser reports it is null or not an object.


    Please advise.
    David
  2. #2

    RE: TabPanel.ActiveTab question

    Hi,

    Try the following javascript code (TabPanel1 is your tab panel)


    TabPanel1.getActiveTab().reload(true);
  3. #3

    RE: TabPanel.ActiveTab question

    Hi Vladimir,

    Thanks so much for your tip. It is working now. You solved my nightmare.

    Warm regards
    David

Similar Threads

  1. [CLOSED] Tabpanel and ActiveTab
    By reinout.mechant@imprss.be in forum 1.x Legacy Premium Help
    Replies: 12
    Last Post: Aug 25, 2009, 3:55 PM
  2. Get TabPanel ActiveTab inside Other TabPanel.
    By grmontero in forum 1.x Help
    Replies: 1
    Last Post: Jul 16, 2009, 11:45 AM
  3. TabPanel ActiveTab.ID error in AjaxMethod
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 08, 2008, 6:57 AM
  4. [CLOSED] Breaking changes on TabPanel ActiveTab
    By ljcorreia in forum 1.x Legacy Premium Help
    Replies: 11
    Last Post: Oct 14, 2008, 12:52 PM
  5. Problem with TabPanel Control ActiveTab
    By matmani in forum 1.x Help
    Replies: 2
    Last Post: Jun 09, 2008, 8:18 PM

Posting Permissions