X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.TabPanel.html diff --git a/docs/output/Ext.TabPanel.html b/docs/output/Ext.TabPanel.html index 60e40b61..b803bae6 100644 --- a/docs/output/Ext.TabPanel.html +++ b/docs/output/Ext.TabPanel.html @@ -1,4 +1,4 @@ -
Observable
  Component
    BoxComponent
      Container
        Panel
          TabPanel

Class Ext.TabPanel

Package:Ext
Defined In:TabPanel.js
Class:TabPanel
Extends:Panel

A basic tab container. TabPanels can be used exactly like a standard Ext.Panel +

Observable
  Component
    BoxComponent
      Container
        Panel
          TabPanel

Class Ext.TabPanel

Package:Ext
Defined In:TabPanel.js
Class:TabPanel
Extends:Panel

A basic tab container. TabPanels can be used exactly like a standard Ext.Panel for layout purposes, but also have special support for containing child Components (items) that are managed using a CardLayout layout manager, and displayed as separate tabs.

@@ -22,6 +22,9 @@ These events are:

the active tab.
  • deactivate : Fires when the Component that was the active tab becomes deactivated.
  • +
  • beforeclose : Fires when the user clicks on the close tool of a closeable tab. +May be vetoed by returning false from a handler.
  • +
  • close : Fires a closeable tab has been closed by the user.
  • Creating TabPanels from Code

    TabPanels can be created and rendered completely in code, as in this example:

    @@ -66,24 +69,24 @@ Note that the tab divs in this example contain the class 'x-hide-display'deferredRender = false to render all content tabs on page load.
    -

    Config Options

    Config OptionsDefined By