X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..c8256059947f3aa8f5b0a9a2acf55e2142bb4742:/docs/output/Ext.TabPanel.html diff --git a/docs/output/Ext.TabPanel.html b/docs/output/Ext.TabPanel.html index 0f2ee153..6d27d497 100644 --- a/docs/output/Ext.TabPanel.html +++ b/docs/output/Ext.TabPanel.html @@ -1,4 +1,4 @@ -
Observable Component BoxComponent Container Panel 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
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.
@@ -1122,18 +1122,16 @@ Note: see the Note ...Note: to access items within the Container see itemId.
ref
.Method | Defined By | |
---|---|---|
TabPanel( Object config )
Parameters:
| TabPanel | |
activate( String/Panel tab )
:
voidSee setActiveTab. Sets the specified tab as the active tab. This method fires
the beforetabchange event which can ret... See setActiveTab. Sets the specified tab as the active tab. This method fires
-the beforetabchange event which can return false to cancel the tab change. Parameters:
| TabPanel | |
add( Object/Array component , Object (Optional) , Object (Optional) )
+the beforetabchange event which can return false to cancel the tab change.Parameters:
| TabPanel | |
add( ...Object/Array component )
:
- Ext.ComponentAdds Component(s) to this Container.
+ Ext.Component/Array Adds Component(s) to this Container.
Description :
<ul class="mdetail-params">
Fires the beforeadd event before addin... Adds Component(s) to this Container. @@ -1158,8 +1156,8 @@ tb.BorderLayout for more details. -Parameters:
| Container | |
addButton( String/Object config , Function handler , Object scope )
+Parameters:
| Container | |
addButton( String/Object config , Function handler , Object scope )
:
Ext.ButtonAdds a button to this panel. Note that this method must be called prior to rendering. The preferred
approach is to ... Adds a button to this panel. Note that this method must be called prior to rendering. The preferred
@@ -1261,38 +1259,38 @@ calc layouts as required (defaults to false, which calls doLayout recursively fo
:
Ext.Component Enable this component and fire the 'enable' event. Enable this component and fire the 'enable' event. Parameters:
| Component | |
enableBubble( String/Array events )
:
- voidEnables events fired by this Observable to bubble up an owner hierarchy by calling
-this.getBubbleTarget() if present... Enables events fired by this Observable to bubble up an owner hierarchy by calling
- This is commonly used by Ext.Components to bubble events to owner Containers. See Ext.Component.getBubbleTarget. The default -implementation in Ext.Component returns the Component's immediate owner. But if a known target is required, this can be overridden to -access the required target more quickly. -Example:
| Observable | |
endUpdate()
:
void Resumes calculations and scrolling at the end of a bulk operation. See beginUpdate Resumes calculations and scrolling at the end of a bulk operation. See beginUpdate Parameters:
| TabPanel | |
expand( Boolean animate )
@@ -1366,7 +1364,9 @@ or use a render listener directly:
Parameters:
| Component | |
getFrameHeight()
+}); Parameters:
| Component | |
getFooterToolbar() + : + Ext.Toolbar | Panel | |
getFrameHeight()
:
Number Returns the height in pixels of the framing elements of this panel (including any top and bottom bars and
header and ... Returns the height in pixels of the framing elements of this panel (including any top and bottom bars and
@@ -1426,7 +1426,7 @@ This Element is returned as the resizeEl .Gets the DOM element for the tab strip item which activates the child panel with the specified
ID. Access this to cha... Gets the DOM element for the tab strip item which activates the child panel with the specified
-ID. Access this to change the visual treatment of the item, for example by changing the CSS class name. Parameters:
| TabPanel | |
getTemplateArgs( BoxComponent item )
+ID. Access this to change the visual treatment of the item, for example by changing the CSS class name.Parameters:
| TabPanel | |
getTemplateArgs( Ext.BoxComponent item )
:
ObjectProvides template arguments for rendering a tab selector item in the tab strip.
This method returns an object hash co... Provides template arguments for rendering a tab selector item in the tab strip. @@ -1437,7 +1437,7 @@ are:
Parameters:
| TabPanel | |
getTool( String id )
+Parameters:
| TabPanel | |
getTool( String id )
:
ObjectRetrieve a tool by id. Retrieve a tool by id. Parameters:
| Panel | |
getTopToolbar()
:
@@ -1609,10 +1609,10 @@ within the
| BoxComponent | |
setDisabled( Boolean disabled )
:
- Ext.ComponentConvenience function for setting disabled/enabled by boolean. Convenience function for setting disabled/enabled by boolean. Parameters:
| Component | |
setHeight( Number height )
+ Ext.ComponentConvenience function for setting disabled/enabled by boolean. Convenience function for setting disabled/enabled by boolean. Parameters:
| Component | |
setHeight( Mixed height )
:
- Ext.BoxComponentSets the height of the component. This method fires the resize event. Sets the height of the component. This method fires the resize event. Parameters:
| BoxComponent | |
setIconClass( String cls )
@@ -1649,10 +1649,10 @@ In order to be able to set the title, a header eleme... | Panel | |
setVisible( Boolean visible )
:
- Ext.ComponentConvenience function to hide or show this component by boolean. Convenience function to hide or show this component by boolean. Parameters:
| Component | |
setWidth( Number width )
+ Ext.ComponentConvenience function to hide or show this component by boolean. Convenience function to hide or show this component by boolean. Parameters:
| Component | |
setWidth( Mixed width )
:
- Ext.BoxComponentSets the width of the component. This method fires the resize event. Sets the width of the component. This method fires the resize event. Parameters:
| BoxComponent | |
show() : |