X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.TabPanel.html diff --git a/docs/output/Ext.TabPanel.html b/docs/output/Ext.TabPanel.html index 60e40b61..0f2ee153 100644 --- a/docs/output/Ext.TabPanel.html +++ b/docs/output/Ext.TabPanel.html @@ -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