| activeItem : String/NumberA string component id or the numeric index of the component that should be initially activated within the
-container'... A string component id or the numeric index of the component that should be initially activated within the
-container's layout on render. For example, activeItem: 'item-1' or activeItem: 0 (index 0 = the first
-item in the container's collection). activeItem only applies to layout styles that can display
-items one at a time (like Ext.layout.AccordionLayout, Ext.layout.CardLayout and
+ Config Options|
| activeItem : String/NumberA string component id or the numeric index of the component that should be initially activated within the
+container's... | Container | | afterPageText : StringCustomizable piece of the default paging text (defaults to 'of {0}'). Note that
this string is formatted using {0} as... Customizable piece of the default paging text (defaults to 'of {0}'). Note that
this string is formatted using {0} as a token that is replaced by the number of
@@ -96,8 +96,8 @@ to create its subcomponents from that markup if applicable.
If applyTo is specified, any value passed for renderTo will be ignored and the target
element's parent node will automatically be used as the component's container.
- | Component | | autoDestroy : BooleanIf true the container will automatically destroy any contained component that is removed from it, else
-destruction m... If true the container will automatically destroy any contained component that is removed from it, else
+ | Component | | autoDestroy : BooleanIf true the container will automatically destroy any contained component that is removed from it, else
+destruction mu... If true the container will automatically destroy any contained component that is removed from it, else
destruction must be handled manually (defaults to true). | Container | | autoEl : MixedA tag name or DomHelper spec used to create the Element which will
encapsulate this Component.
You do not normally ne... A tag name or DomHelper spec used to create the Element which will
@@ -159,7 +159,9 @@ result in elements needing to be synchronized with the new height. Example: <
}
}
}
-}).show(); | BoxComponent | | autoShow : BooleanTrue if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove
+}).show(); | BoxComponent | | autoScroll : Booleantrue to use overflow:'auto' on the components layout element and show scroll bars automatically when
+necessary, false... true to use overflow:'auto' on the components layout element and show scroll bars automatically when
+necessary, false to clip any overflowing content (defaults to false ).
| BoxComponent | | autoShow : BooleanTrue if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove
them on render... True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove
them on render (defaults to false). | Component | | autoWidth : BooleanTrue to use width:'auto', false to use fixed width (or allow it to be managed by its parent
Container's layout manage... True to use width:'auto', false to use fixed width (or allow it to be managed by its parent
@@ -191,11 +193,21 @@ child items when the browser changes its width: var myPanel = <
}, {
title: 'Box 3'
}],
-});
| BoxComponent | | beforePageText : String The text displayed before the input item (defaults to 'Page'). | PagingToolbar | | bubbleEvents : ArrayAn array of events that, when fired, should be bubbled to any parent container.
-Defaults to ['add', 'remove']. | Container | | bufferResize : Boolean/NumberWhen set to true (50 milliseconds) or a number of milliseconds, the layout assigned for this container will buffer
-t... When set to true (50 milliseconds) or a number of milliseconds, the layout assigned for this container will buffer
-the frequency it calculates and does a re-layout of components. This is useful for heavy containers or containers
-with a large quantity of sub-components for which frequent layout calls would be expensive. Defaults to 50. | Container | | clearCls : StringThe CSS class used to to apply to the special clearing div rendered
+}); | BoxComponent | | beforePageText : String The text displayed before the input item (defaults to 'Page'). | PagingToolbar | | boxMaxHeight : NumberThe maximum value in pixels which this BoxComponent will set its height to.
+Warning: This will override any size mana... The maximum value in pixels which this BoxComponent will set its height to.
+ Warning: This will override any size management applied by layout managers. | BoxComponent | | boxMaxWidth : NumberThe maximum value in pixels which this BoxComponent will set its width to.
+Warning: This will override any size manag... The maximum value in pixels which this BoxComponent will set its width to.
+ Warning: This will override any size management applied by layout managers. | BoxComponent | | boxMinHeight : NumberThe minimum value in pixels which this BoxComponent will set its height to.
+Warning: This will override any size mana... The minimum value in pixels which this BoxComponent will set its height to.
+ Warning: This will override any size management applied by layout managers. | BoxComponent | | boxMinWidth : NumberThe minimum value in pixels which this BoxComponent will set its width to.
+Warning: This will override any size manag... The minimum value in pixels which this BoxComponent will set its width to.
+ Warning: This will override any size management applied by layout managers. | BoxComponent | | bubbleEvents : ArrayAn array of events that, when fired, should be bubbled to any parent container.
+See Ext.util.Observable.enableBubble.... | Container | | bufferResize : Boolean/NumberWhen set to true (50 milliseconds) or a number of milliseconds, the layout assigned for this container will buffer
+th... When set to true (50 milliseconds) or a number of milliseconds, the layout assigned for this container will buffer
+the frequency it calculates and does a re-layout of components. This is useful for heavy containers or containers
+with a large quantity of sub-components for which frequent layout calls would be expensive. Defaults to 50 . | Container | | clearCls : StringThe CSS class used to to apply to the special clearing div rendered
directly after each form field wrapper to provide... The CSS class used to to apply to the special clearing div rendered
directly after each form field wrapper to provide field clearing (defaults to
'x-form-clear-left').
@@ -205,7 +217,21 @@ manager (e.g. fieldLabel is specified or isFormField=true is specified.
See Ext.layout.FormLayout.fieldTpl also. | Component | | cls : StringAn optional extra CSS class that will be added to this component's Element (defaults to ''). This can be
useful for ... An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be
-useful for adding customized styles to the component or any of its children using standard CSS rules. | Component | | ctCls : StringAn optional extra CSS class that will be added to this component's container. This can be useful for
+useful for adding customized styles to the component or any of its children using standard CSS rules. | Component | | contentEl : StringOptional. Specify an existing HTML element, or the id of an existing HTML element to use as the content
+for this comp... Optional. Specify an existing HTML element, or the id of an existing HTML element to use as the content
+for this component.
+
+- Description :
+
This config option is used to take an existing HTML element and place it in the layout element
+of a new component (it simply moves the specified DOM element after the Component is rendered to use as the content.
+- Notes :
+
The specified HTML element is appended to the layout element of the component after any configured
+HTML has been inserted, and so the document will not contain this element at the time the render event is fired.
+The specified HTML element used will not participate in any layout
+scheme that the Component may use. It is just HTML. Layouts operate on child items .
+Add either the x-hidden or the x-hide-display CSS class to
+prevent a brief flicker of the content before it is rendered to the panel.
+ | Component | | ctCls : StringAn optional extra CSS class that will be added to this component's container. This can be useful for
adding customize... An optional extra CSS class that will be added to this component's container. This can be useful for
adding customized styles to the container or any of its children using standard CSS rules. See
Ext.layout.ContainerLayout.extraCls also.
@@ -216,35 +242,42 @@ which assigns a value by default:
To configure the above Class with an extra CSS class append to the default. For example,
for BoxLayout (Hbox and Vbox): ctCls: 'x-box-layout-ct custom-class'
- | Component | | defaultType : StringThe default xtype of child Components to create in this Container when
-a child item is specified as a raw configurat... The default xtype of child Components to create in this Container when
-a child item is specified as a raw configuration object, rather than as an instantiated Component.
- Defaults to 'panel', except Ext.menu.Menu which defaults to 'menuitem',
-and Ext.Toolbar and Ext.ButtonGroup which default to 'button'. | Container | | defaults : ObjectA config object that will be applied to all components added to this container either via the items
-config or via th... A config object that will be applied to all components added to this container either via the items
-config or via the add or insert methods. The defaults config can contain any
-number of name/value property pairs to be added to each item, and should be valid for the types of items
-being added to the container. For example, to automatically apply padding to the body of each of a set of
-contained Ext.Panel items, you could pass: defaults: {bodyStyle:'padding:15px'}.
- Note: defaults will not be applied to config objects if the option is already specified.
-For example: defaults: { // defaults are applied to items, not the container
- autoScroll:true
-},
-items: [
- {
- xtype: 'panel', // defaults do not have precedence over
- id: 'panel1', // options in config objects, so the defaults
- autoScroll: false // will not be applied here, panel1 will be autoScroll:false
- },
- new Ext.Panel({ // defaults do have precedence over options
- id: 'panel2', // options in components, so the defaults
- autoScroll: false // will be applied here, panel2 will be autoScroll:true.
- })
+
| Component | | data : MixedThe initial set of data to apply to the tpl to
+update the content area of the Component. | Component | | defaultType : StringThe default xtype of child Components to create in this Container when
+a child item is specified as a raw configurati... The default xtype of child Components to create in this Container when
+a child item is specified as a raw configuration object, rather than as an instantiated Component.
+ Defaults to 'panel' , except Ext.menu.Menu which defaults to 'menuitem' ,
+and Ext.Toolbar and Ext.ButtonGroup which default to 'button' . | Container | | defaults : Object|FunctionThis option is a means of applying default settings to all added items whether added through the items
+config or via ... This option is a means of applying default settings to all added items whether added through the items
+config or via the add or insert methods.
+ If an added item is a config object, and not an instantiated Component, then the default properties are
+unconditionally applied. If the added item is an instantiated Component, then the default properties are
+applied conditionally so as not to override existing properties in the item.
+ If the defaults option is specified as a function, then the function will be called using this Container as the
+scope (this reference) and passing the added item as the first parameter. Any resulting object
+from that call is then applied to the item as default properties.
+ For example, to automatically apply padding to the body of each of a set of
+contained Ext.Panel items, you could pass: defaults: {bodyStyle:'padding:15px'} .
+ Usage: defaults: { // defaults are applied to items, not the container
+ autoScroll:true
+},
+items: [
+ {
+ xtype: 'panel', // defaults do not have precedence over
+ id: 'panel1', // options in config objects, so the defaults
+ autoScroll: false // will not be applied here, panel1 will be autoScroll:false
+ },
+ new Ext.Panel({ // defaults do have precedence over options
+ id: 'panel2', // options in components, so the defaults
+ autoScroll: false // will be applied here, panel2 will be autoScroll:true.
+ })
]
| Container | | disabled : Boolean Render this component disabled (default is false). | Component | | disabledClass : String CSS class added to the component when it is disabled (defaults to 'x-item-disabled'). | Component | | displayInfo : Boolean true to display the displayMsg (defaults to false) | PagingToolbar | | displayMsg : StringThe paging status message to display (defaults to 'Displaying {0} - {1} of {2}').
Note that this string is formatted ... The paging status message to display (defaults to 'Displaying {0} - {1} of {2}').
Note that this string is formatted using the braced numbers {0}-{2} as tokens
that are replaced by the values for start, end and total respectively. These tokens should
-be preserved when overriding this string if showing those values is desired. | PagingToolbar | | emptyMsg : String The message to display when no records are found (defaults to 'No data to display') | PagingToolbar | | fieldLabel : StringThe label text to display next to this Component (defaults to '').
+be preserved when overriding this string if showing those values is desired. | PagingToolbar | | emptyMsg : String The message to display when no records are found (defaults to 'No data to display') | PagingToolbar | | enableOverflow : BooleanDefaults to false. Configure true to make the toolbar provide a button
+which activates a dropdown Menu to show items ... Defaults to false. Configure true to make the toolbar provide a button
+which activates a dropdown Menu to show items which overflow the Toolbar's width. | Toolbar | | fieldLabel : StringThe label text to display next to this Component (defaults to '').
Note: this config is only used when this Component... The label text to display next to this Component (defaults to '').
Note: this config is only used when this Component is rendered by a Container which
has been configured to use the FormLayout layout manager (e.g.
@@ -260,13 +293,13 @@ Example use: new Ext.FormPanel({
}]
});
| Component | | firstText : StringThe quicktip text displayed for the first page button (defaults to 'First Page').
Note: quick tips must be initialize... The quicktip text displayed for the first page button (defaults to 'First Page').
-Note: quick tips must be initialized for the quicktip to show. | PagingToolbar | | forceLayout : BooleanIf true the container will force a layout initially even if hidden or collapsed. This option
-is useful for forcing f... If true the container will force a layout initially even if hidden or collapsed. This option
+Note: quick tips must be initialized for the quicktip to show. | PagingToolbar | | forceLayout : BooleanIf true the container will force a layout initially even if hidden or collapsed. This option
+is useful for forcing fo... If true the container will force a layout initially even if hidden or collapsed. This option
is useful for forcing forms to render in collapsed or hidden containers. (defaults to false). | Container | | height : NumberThe height of this component in pixels (defaults to auto).
Note to express this dimension as a percentage or offset s... The height of this component in pixels (defaults to auto).
Note to express this dimension as a percentage or offset see Ext.Component.anchor. | BoxComponent | | hidden : BooleanRender this component hidden (default is false). If true, the
- hide method will be called internally. | Component | | hideBorders : BooleanTrue to hide the borders of each contained component, false to defer to the component's existing
-border settings (de... True to hide the borders of each contained component, false to defer to the component's existing
+ hide method will be called internally. | Component | | hideBorders : BooleanTrue to hide the borders of each contained component, false to defer to the component's existing
+border settings (def... True to hide the borders of each contained component, false to defer to the component's existing
border settings (defaults to false). | Container | | hideLabel : Booleantrue to completely hide the label element
(label and separator). Defaults to false.
By default, even if you do not sp... true to completely hide the label element
@@ -291,7 +324,11 @@ since items are automatically laid out when they are first shown (no sizing
is done while hidden). | Component | | hideParent : BooleanTrue to hide and show the component's container when hide/show is called on the component, false to hide
and show the... True to hide and show the component's container when hide/show is called on the component, false to hide
and show the component itself (defaults to false). For example, this can be used as a shortcut for a hide
-button on a window by setting hide:true on the button when adding it to its parent container. | Component | | id : StringThe unique id of this component (defaults to an auto-assigned id).
+button on a window by setting hide:true on the button when adding it to its parent container. | Component | | html : String/ObjectAn HTML fragment, or a DomHelper specification to use as the layout element
+content (defaults to ''). The HTML conten... An HTML fragment, or a DomHelper specification to use as the layout element
+content (defaults to ''). The HTML content is added after the component is rendered,
+so the document will not contain this HTML at the time the render event is fired.
+This content is inserted into the body before any configured contentEl is appended. | Component | | id : StringThe unique id of this component (defaults to an auto-assigned id).
You should assign an id if you need to be able to ... The unique id of this component (defaults to an auto-assigned id).
You should assign an id if you need to be able to access the component later and you do
not have an object reference available (e.g., using Ext.getCmp).
@@ -359,39 +396,39 @@ avoiding potential conflicts with getComponent( 'p1'); // not the same as Ext.getCmp()
p2 = p1. ownerCt. getComponent( 'p2'); // reference via a sibling
Also see id and ref .
- Note: to access the container of an item see ownerCt. | Component | | items : Object/Array** IMPORTANT: be sure to specify a layout if needed ! **
-A single item, or an array of child Components to be added ... ** IMPORTANT: be sure to specify a layout if needed ! **
- A single item, or an array of child Components to be added to this container,
-for example:
- // specifying a single item
-items: {...},
-layout: 'fit', // specify a layout!
-
-// specifying multiple items
-items: [{...}, {...}],
-layout: 'anchor', // specify a layout!
- Each item may be:
-
-- any type of object based on Ext.Component
-- a fully instanciated object or
-- an object literal that:
-
-- has a specified
xtype
-- the Ext.Component.xtype specified is associated with the Component
-desired and should be chosen from one of the available xtypes as listed
-in Ext.Component.
-- If an
xtype is not explicitly
-specified, the defaultType for that Container is used.
-- will be "lazily instanciated", avoiding the overhead of constructing a fully
-instanciated Component object
-
- Notes:
- | Component | | items : Object/Array** IMPORTANT: be sure to specify a layout if needed ! **
+A single item, or an array of child Components to be added t... ** IMPORTANT: be sure to specify a layout if needed ! **
+ A single item, or an array of child Components to be added to this container,
+for example:
+ // specifying a single item
+items: {...},
+layout: 'fit', // specify a layout!
+
+// specifying multiple items
+items: [{...}, {...}],
+layout: 'anchor', // specify a layout!
+ Each item may be:
+
+- any type of object based on Ext.Component
+- a fully instanciated object or
+- an object literal that:
+
+- has a specified
xtype
+- the Ext.Component.xtype specified is associated with the Component
+desired and should be chosen from one of the available xtypes as listed
+in Ext.Component.
+- If an
xtype is not explicitly
+specified, the defaultType for that Container is used.
+- will be "lazily instanciated", avoiding the overhead of constructing a fully
+instanciated Component object
+
+ Notes:
+
+- Ext uses lazy rendering. Child Components will only be rendered
+should it become necessary. Items are automatically laid out when they are first
+shown (no sizing is done while hidden), or in response to a doLayout call.
+- Do not specify
contentEl /
+html with items .
| Container | | labelSeparator : StringThe separator to display after the text of each
fieldLabel. This property may be configured at various levels.
The o... The separator to display after the text of each
@@ -438,16 +475,14 @@ Example use: new Ext.FormPanel({
}]
});
| Component | | lastText : StringThe quicktip text displayed for the last page button (defaults to 'Last Page').
Note: quick tips must be initialized ... The quicktip text displayed for the last page button (defaults to 'Last Page').
-Note: quick tips must be initialized for the quicktip to show. | PagingToolbar | | layout : String/ObjectThis class assigns a default layout (layout:'toolbar').
-Developers may override this configuration option if another... This class assigns a default layout ( layout:'toolbar' ).
-Developers may override this configuration option if another layout
-is required (the constructor must be passed a configuration object in this
-case instead of an array).
-See Ext.Container.layout for additional information. | Toolbar | | layoutConfig : ObjectThis is a config object containing properties specific to the chosen
-layout if layout
-has been specified as a strin... This is a config object containing properties specific to the chosen
- layout if layout
-has been specified as a string. | Container | | listeners : ObjectA config object containing one or more event handlers to be added to this
+Note: quick tips must be initialized for the quicktip to show. | PagingToolbar | | layout : String/ObjectThis class assigns a default layout (layout:'toolbar').
+Developers may override this configuration option if another ... This class assigns a default layout ( layout:'toolbar' ).
+Developers may override this configuration option if another layout
+is required (the constructor must be passed a configuration object in this
+case instead of an array).
+See Ext.Container.layout for additional information. | Toolbar | | layoutConfig : ObjectThis is a config object containing properties specific to the chosen
+ layout if layout
+has been specified as a string. | Container | | listeners : ObjectA config object containing one or more event handlers to be added to this
object during initialization. This should ... A config object containing one or more event handlers to be added to this
object during initialization. This should be a valid listeners config object as specified in the
addListener example for attaching multiple handlers at once.
@@ -523,9 +558,9 @@ right and left are set to the second.
to the second, and the bottom is set to the third.
If there are four values, they apply to the top, right, bottom, and left, respectively.
- Defaults to: {top:0, right:0, bottom:0, left:0}
| BoxComponent | | monitorResize : BooleanTrue to automatically monitor window resize events to handle anything that is sensitive to the current size
-of the v... True to automatically monitor window resize events to handle anything that is sensitive to the current size
-of the viewport. This value is typically managed by the chosen layout and should not need
+ Defaults to: {top:0, right:0, bottom:0, left:0}
| BoxComponent | | monitorResize : BooleanTrue to automatically monitor window resize events to handle anything that is sensitive to the current size
+of the vi... True to automatically monitor window resize events to handle anything that is sensitive to the current size
+of the viewport. This value is typically managed by the chosen layout and should not need
to be set manually. | Container | | nextText : StringThe quicktip text displayed for the next page button (defaults to 'Next Page').
Note: quick tips must be initialized ... The quicktip text displayed for the next page button (defaults to 'Next Page').
Note: quick tips must be initialized for the quicktip to show. | PagingToolbar | | overCls : StringAn optional extra CSS class that will be added to this component's Element when the mouse moves
@@ -548,9 +583,9 @@ object. The ptype will be looked up at render time up to determine
type of Plugin to create.
If you create your own Plugins, you may register them using
Ext.ComponentMgr.registerPlugin in order to be able to
-take advantage of lazy instantiation and rendering. | Component | | ref : StringA path specification, relative to the Component's ownerCt specifying into which
-ancestor Container to place a named r... A path specification, relative to the Component's ownerCt specifying into which
-ancestor Container to place a named reference to this Component.
+take advantage of lazy instantiation and rendering. | Component | | ref : StringA path specification, relative to the Component's ownerCt
+specifying into which ancestor Container to place a named r... A path specification, relative to the Component's ownerCt
+specifying into which ancestor Container to place a named reference to this Component.
The ancestor axis can be traversed by using '/' characters in the path.
For example, to put a reference to a Toolbar Button into the Panel which owns the Toolbar: var myGrid = new Ext.grid.EditorGridPanel({
title: 'My EditorGridPanel',
@@ -569,9 +604,10 @@ For example, to put a reference to a Toolbar Button into the Panel which owns
}
}
});
- In the code above, if the ref had been 'saveButton' the reference would
-have been placed into the Toolbar. Each '/' in the ref moves up one level from the
-Component's ownerCt. | Component | | refreshText : StringThe quicktip text displayed for the Refresh button (defaults to 'Refresh').
+ In the code above, if the ref had been 'saveButton'
+the reference would have been placed into the Toolbar. Each '/' in the ref
+moves up one level from the Component's ownerCt .
+ Also see the added and removed events. | Component | | refreshText : StringThe quicktip text displayed for the Refresh button (defaults to 'Refresh').
Note: quick tips must be initialized for ... The quicktip text displayed for the Refresh button (defaults to 'Refresh').
Note: quick tips must be initialized for the quicktip to show. | PagingToolbar | | region : StringNote: this config is only used when this BoxComponent is rendered
by a Container which has been configured to use the... Note: this config is only used when this BoxComponent is rendered
@@ -589,7 +625,7 @@ to render and manage its child items.
When using this config, a call to render() is not required.
-See render also. | Component | | resizeEvent : String The event to listen to for resizing in layouts. Defaults to 'resize'. | Container | | stateEvents : ArrayAn array of events that, when fired, should trigger this component to
+ See render also. | Component | | resizeEvent : String The event to listen to for resizing in layouts. Defaults to 'resize' . | Container | | stateEvents : ArrayAn array of events that, when fired, should trigger this component to
save its state (defaults to none). stateEvents ... An array of events that, when fired, should trigger this component to
save its state (defaults to none). stateEvents may be any type
of event supported by this component, including browser or custom events
@@ -663,7 +699,16 @@ Ext.Element.ap... A custom style specification to be appl
A string to be used as innerHTML... Note: this config is only used when this BoxComponent is a child item of a TabPanel.
A string to be used as innerHTML (html tags are accepted) to show in a tooltip when mousing over
the associated tab selector element. Ext.QuickTips.init()
-must be called in order for the tips to render. | BoxComponent | | width : NumberThe width of this component in pixels (defaults to auto).
+must be called in order for the tips to render. | BoxComponent | | tpl : MixedAn Ext.Template, Ext.XTemplate
+or an array of strings to form an Ext.XTemplate.
+Used in conjunction with the data and... | Component | | tplWriteMode : StringThe Ext.(X)Template method to use when
+updating the content area of the Component. Defaults to 'overwrite'
+(see Ext.X... The Ext.(X)Template method to use when
+updating the content area of the Component. Defaults to 'overwrite'
+(see Ext.XTemplate.overwrite ). | Component | | width : NumberThe width of this component in pixels (defaults to auto).
Note to express this dimension as a percentage or offset se... The width of this component in pixels (defaults to auto).
Note to express this dimension as a percentage or offset see Ext.Component.anchor. | BoxComponent | | x : Number The local x (left) coordinate for this component if contained within a positioning container. | BoxComponent | | xtype : StringThe registered xtype to create. This config option is not used when passing
a config object into a constructor. This ... The registered xtype to create. This config option is not used when passing
@@ -704,54 +749,56 @@ this Component is added to a Container). Read-only.
Object mapping of parameter n... Deprecated. paramNames should be set in the data store
(see Ext.data.Store.paramNames).
Object mapping of parameter names used for load calls, initially set to:
- {start: 'start', limit: 'limit'} | PagingToolbar | | rendered : Boolean True if this component has been rendered. Read-only. | Component |
Public Methods|
| PagingToolbar( Object config )
- Create a new PagingToolbar Create a new PagingToolbar Parameters:config : ObjectThe config object Returns: | PagingToolbar | | add( Mixed arg1 , Mixed arg2 , Mixed etc. )
- :
- voidAdds element(s) to the toolbar -- this function takes a variable number of
-arguments of mixed type and adds them to ... Adds element(s) to the toolbar -- this function takes a variable number of
-arguments of mixed type and adds them to the toolbar.
- Note: See the notes within Ext.Container.add. Parameters:arg1 : MixedThe following types of arguments are all valid:
-
-- Ext.Button config: A valid button config object (equivalent to addButton)
-- HtmlElement: Any standard HTML element (equivalent to addElement)
-- Field: Any form field (equivalent to addField)
-- Item: Any subclass of Ext.Toolbar.Item (equivalent to addItem)
-- String: Any generic string (gets wrapped in a Ext.Toolbar.TextItem, equivalent to addText).
-Note that there are a few special strings that are treated differently as explained next.
-- '-': Creates a separator element (equivalent to addSeparator)
-- ' ': Creates a spacer element (equivalent to addSpacer)
-- '->': Creates a fill element (equivalent to addFill)
+ {start: 'start', limit: 'limit'}
| PagingToolbar | | refOwner : Ext.ContainerThe ancestor Container into which the ref reference was inserted if this Component
+is a child of a Container, and has... The ancestor Container into which the ref reference was inserted if this Component
+is a child of a Container, and has been configured with a ref . | Component | | rendered : Boolean True if this component has been rendered. Read-only. | Component |
Public Methods|
| PagingToolbar( Object config )
+ Create a new PagingToolbar Create a new PagingToolbar Parameters:config : ObjectThe config object Returns: | PagingToolbar | | add( Mixed arg1 , Mixed arg2 , Mixed etc. )
+ :
+ voidAdds element(s) to the toolbar -- this function takes a variable number of
+arguments of mixed type and adds them to t... Adds element(s) to the toolbar -- this function takes a variable number of
+arguments of mixed type and adds them to the toolbar.
+ Note: See the notes within Ext.Container.add. Parameters:arg1 : MixedThe following types of arguments are all valid:
+
+- Ext.Button config: A valid button config object (equivalent to addButton)
+- HtmlElement: Any standard HTML element (equivalent to addElement)
+- Field: Any form field (equivalent to addField)
+- Item: Any subclass of Ext.Toolbar.Item (equivalent to addItem)
+- String: Any generic string (gets wrapped in a Ext.Toolbar.TextItem, equivalent to addText).
+Note that there are a few special strings that are treated differently as explained next.
+- '-': Creates a separator element (equivalent to addSeparator)
+- ' ': Creates a spacer element (equivalent to addSpacer)
+- '->': Creates a fill element (equivalent to addFill)
arg2 : Mixedetc. : Mixed Returns: | Toolbar | | addButton( Object/Array config )
:
- Ext.Button/ArrayAdds a button (or buttons). See Ext.Button for more info on the config.
-Note: See the notes within Ext.Container.add... Adds a button (or buttons). See Ext.Button for more info on the config.
+ Ext.Button/Array Adds a button (or buttons). See Ext.Button for more info on the config.
+Note: See the notes within Ext.Container.add. | Toolbar | | addClass( string cls )
:
Ext.ComponentAdds a CSS class to the component's underlying element. Adds a CSS class to the component's underlying element. | Component | | addDom( Object config )
:
- Ext.Toolbar.ItemAdds a new element to the toolbar from the passed Ext.DomHelper config
-Note: See the notes within Ext.Container.add. Adds a new element to the toolbar from the passed Ext.DomHelper config
+ Ext.Toolbar.Item Adds a new element to the toolbar from the passed Ext.DomHelper config
+Note: See the notes within Ext.Container.add. Adds a new element to the toolbar from the passed Ext.DomHelper config
Note: See the notes within Ext.Container.add. Parameters:Returns:Ext.Toolbar.Item The element's item
| Toolbar | | addElement( Mixed el )
:
- Ext.Toolbar.ItemAdds any standard HTML element to the toolbar
-Note: See the notes within Ext.Container.add. Adds any standard HTML element to the toolbar
+ Ext.Toolbar.Item Adds any standard HTML element to the toolbar
+Note: See the notes within Ext.Container.add. Adds any standard HTML element to the toolbar
Note: See the notes within Ext.Container.add. Parameters:Returns:Ext.Toolbar.Item The element's item
| Toolbar | | addEvents( Object|String o , string Optional. )
:
voidAdds the specified events to the list of events which this Observable may fire. Adds the specified events to the list of events which this Observable may fire. | Observable | | addField( Ext.form.Field field )
:
- Ext.Toolbar.ItemAdds a dynamically rendered Ext.form field (TextField, ComboBox, etc). Note: the field should not have
-been rendered... Adds a dynamically rendered Ext.form field (TextField, ComboBox, etc). Note: the field should not have
-been rendered yet. For a field that has already been rendered, use addElement.
+ Ext.Toolbar.Item Adds a dynamically rendered Ext.form field (TextField, ComboBox, etc). Note: the field should not have
+been rendered ... Adds a dynamically rendered Ext.form field (TextField, ComboBox, etc). Note: the field should not have
+been rendered yet. For a field that has already been rendered, use addElement.
Note: See the notes within Ext.Container.add. | Toolbar | | addFill()
:
- voidForces subsequent additions into the float:right toolbar
-Note: See the notes within Ext.Container.add. Forces subsequent additions into the float:right toolbar
+ void Forces subsequent additions into the float:right toolbar
+Note: See the notes within Ext.Container.add. Forces subsequent additions into the float:right toolbar
Note: See the notes within Ext.Container.add. | Toolbar | | addItem( Ext.Toolbar.Item item )
:
- Ext.Toolbar.ItemAdds any Toolbar.Item or subclass
-Note: See the notes within Ext.Container.add. Adds any Toolbar.Item or subclass
+ Ext.Toolbar.Item Adds any Toolbar.Item or subclass
+Note: See the notes within Ext.Container.add. | Toolbar | | addListener( String eventName , Function handler , [Object scope ], [Object options ] )
:
voidAppends an event handler to this object. Appends an event handler to this object. Parameters:eventName : StringThe name of the event to listen for. handler : FunctionThe method the event invokes. scope : Object(optional) The scope (this reference) in which the handler function is executed.
@@ -805,16 +852,16 @@ Or a shorthand syntax:
scope: this
}); Returns: | Observable | | addSeparator()
:
- Ext.Toolbar.ItemAdds a separator
-Note: See the notes within Ext.Container.add. Adds a separator
+ Ext.Toolbar.Item Adds a separator
+Note: See the notes within Ext.Container.add. | Toolbar | | addSpacer()
:
- Ext.Toolbar.SpacerAdds a spacer element
-Note: See the notes within Ext.Container.add. Adds a spacer element
+ Ext.Toolbar.Spacer Adds a spacer element
+Note: See the notes within Ext.Container.add. Adds a spacer element
Note: See the notes within Ext.Container.add. Parameters:Returns:Ext.Toolbar.Spacer The spacer item
| Toolbar | | addText( String text )
:
- Ext.Toolbar.ItemAdds text to the toolbar
-Note: See the notes within Ext.Container.add. Adds text to the toolbar
+ Ext.Toolbar.Item Adds text to the toolbar
+Note: See the notes within Ext.Container.add. Adds text to the toolbar
Note: See the notes within Ext.Container.add. Parameters:text : StringThe text to add Returns:Ext.Toolbar.Item The element's item
| Toolbar | | applyToMarkup( String/HTMLElement el )
:
voidApply this component to existing markup that is valid. With this function, no call to render() is required. Apply this component to existing markup that is valid. With this function, no call to render() is required. | Component | | bind( Ext.data.Store store )
@@ -823,15 +870,19 @@ Note: See the notes within Ext.Container.add.Adds text t
:
void Binds the paging toolbar to the specified Ext.data.Store | PagingToolbar | | bubble( Function fn , [Object scope ], [Array args ] )
:
- Ext.ContainerBubbles up the component/container heirarchy, calling the specified function with each component. The scope (this) of... Bubbles up the component/container heirarchy, calling the specified function with each component. The scope ( this) of
-function call will be the scope provided or the current component. The arguments to the function
-will be the args provided or the current component. If the function returns false at any point,
-the bubble is stopped. | Container | | cascade( Function fn , [Object scope ], [Array args ] )
+ Ext.ContainerBubbles up the component/container heirarchy, calling the specified function with each component. The scope (this) of... Bubbles up the component/container heirarchy, calling the specified function with each component. The scope ( this) of
+function call will be the scope provided or the current component. The arguments to the function
+will be the args provided or the current component. If the function returns false at any point,
+the bubble is stopped. | Container | | canLayout()
+ :
+ voidWe can only lay out if there is a view area in which to layout.
+display:none on the layout target, *or any of its par... We can only lay out if there is a view area in which to layout.
+display:none on the layout target, *or any of its parent elements* will mean it has no view area. | Container | | cascade( Function fn , [Object scope ], [Array args ] )
:
- Ext.ContainerCascades down the component/container heirarchy from this component (called first), calling the specified function wi... Cascades down the component/container heirarchy from this component (called first), calling the specified function with
-each component. The scope ( this) of
-function call will be the scope provided or the current component. The arguments to the function
-will be the args provided or the current component. If the function returns false at any point,
+ Ext.Container Cascades down the component/container heirarchy from this component (called first), calling the specified function wi... Cascades down the component/container heirarchy from this component (called first), calling the specified function with
+each component. The scope ( this) of
+function call will be the scope provided or the current component. The arguments to the function
+will be the args provided or the current component. If the function returns false at any point,
the cascade is stopped on that branch. | Container | | changePage( Integer page )
:
voidChange the active page Change the active page Parameters:page : IntegerThe page to display Returns: | PagingToolbar | | cloneConfig( Object overrides )
@@ -847,14 +898,14 @@ should usually not need to be called directly.Disable this component and fire the 'disable' event. Disable this component and fire the 'disable' event. | Component | | doLayout( [Boolean shallow ], [Boolean force ] )
:
- Ext.ContainerForce this container's layout to be recalculated. A call to this function is required after adding a new component
-t... Force this container's layout to be recalculated. A call to this function is required after adding a new component
-to an already rendered container, or possibly after changing sizing/position properties of child components. Parameters:shallow : Boolean(optional) True to only calc the layout of this component, and let child components auto
+ Ext.Container Force this container's layout to be recalculated. A call to this function is required after adding a new component
+to... Force this container's layout to be recalculated. A call to this function is required after adding a new component
+to an already rendered container, or possibly after changing sizing/position properties of child components. Parameters:shallow : Boolean(optional) True to only calc the layout of this component, and let child components auto
calc layouts as required (defaults to false, which calls doLayout recursively for each subcontainer) force : Boolean(optional) True to force a layout to occur, even if the item is hidden. Returns:
| Container | | doRefresh()
:
voidRefresh the current page, has the same effect as clicking the 'refresh' button. Refresh the current page, has the same effect as clicking the 'refresh' button. | PagingToolbar | | enable()
:
- Ext.ComponentEnable this component and fire the 'enable' event. Enable this component and fire the 'enable' event. | Component | | enableBubble( Object events )
+ Ext.ComponentEnable this component and fire the 'enable' event. Enable this component and fire the 'enable' event. | 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
@@ -863,13 +914,13 @@ this.getBubbleTarget() if present... Enables events fi
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: Ext.override(Ext.form.Field, {
-// Add functionality to Field's initComponent to enable the change event to bubble
- initComponent: Ext.form.Field.prototype.initComponent.createSequence(function() {
- this.enableBubble('change');
+ // Add functionality to Field's initComponent to enable the change event to bubble
+ initComponent : Ext.form.Field.prototype.initComponent.createSequence(function() {
+ this.enableBubble('change');
}),
-// We know that we want Field's events to bubble directly to the FormPanel.
- getBubbleTarget: function() {
+ // We know that we want Field's events to bubble directly to the FormPanel.
+ getBubbleTarget : function() {
if (!this.formPanel) {
this.formPanel = this.findParentByType('form');
}
@@ -884,21 +935,21 @@ access the required target more quickly.
}],
listeners: {
change: function() {
-// Title goes red if form has been modified.
- myForm.header.setStyle("color", "red");
+ // Title goes red if form has been modified.
+ myForm.header.setStyle('color', 'red');
}
}
-});
| Observable | | find( String prop , String value )
+}); | Observable | | find( String prop , String value )
:
ArrayFind a component under this container at any level by property Find a component under this container at any level by property Parameters:prop : Stringvalue : String Returns:Array Array of Ext.Components
| Container | | findBy( Function fn , [Object scope ] )
:
- ArrayFind a component under this container at any level by a custom function. If the passed function returns
-true, the co... Find a component under this container at any level by a custom function. If the passed function returns
+ Array Find a component under this container at any level by a custom function. If the passed function returns
+true, the com... Find a component under this container at any level by a custom function. If the passed function returns
true, the component will be included in the results. The passed function is called with the arguments (component, this container). Parameters:fn : FunctionThe function to call scope : Object(optional) Returns:Array Array of Ext.Components
| Container | | findById( String id )
:
Ext.ComponentFind a component under this container at any level by id Find a component under this container at any level by id | Container | | findByType( String/Class xtype , [Boolean shallow ] )
:
- ArrayFind a component under this container at any level by xtype or class Find a component under this container at any level by xtype or class | Container | | findParentBy( Function fn )
:
Ext.Container | Component | | getComponent( String/Number comp )
:
- Ext.ComponentExamines this container's items property
-and gets a direct child component of this container. Examines this container's items property
-and gets a direct child component of this container. Parameters:comp : String/NumberThis parameter may be any of the following:
-
-- a String : representing the
itemId
-or id of the child component
-- a Number : representing the position of the child component
-within the
items property
-
+ Ext.Component Examines this container's items property
+and gets a direct child component of this container. Examines this container's items property
+and gets a direct child component of this container. Parameters:comp : String/NumberThis parameter may be any of the following:
+
+- a
String : representing the itemId
+or id of the child component
+- a
Number : representing the position of the child component
+within the items property
+
For additional information see Ext.util.MixedCollection.get. Returns:
| Container | | getEl()
:
Ext.ElementReturns the Ext.Element which encapsulates this Component.
@@ -961,21 +1012,21 @@ id is returned using g... Returns the itemId was not assigned through configuration the
id is returned using getId . | Component | | getLayout()
:
- ContainerLayoutReturns the layout currently in use by the container. If the container does not currently have a layout
-set, a defa... Returns the layout currently in use by the container. If the container does not currently have a layout
+ ContainerLayout Returns the layout currently in use by the container. If the container does not currently have a layout
+set, a defau... Returns the layout currently in use by the container. If the container does not currently have a layout
set, a default Ext.layout.ContainerLayout will be created and set as the container's layout. | Container | | getLayoutTarget()
:
- Ext.ElementReturns the Element to be used to contain the child Components of this Container.
-An implementation is provided whic... Returns the Element to be used to contain the child Components of this Container.
- An implementation is provided which returns the Container's Element, but
-if there is a more complex structure to a Container, this may be overridden to return
+ Ext.Element Returns the Element to be used to contain the child Components of this Container.
+An implementation is provided which... Returns the Element to be used to contain the child Components of this Container.
+ An implementation is provided which returns the Container's Element, but
+if there is a more complex structure to a Container, this may be overridden to return
the element into which the layout renders child Components. | Container | | getOuterSize()
:
ObjectGets the current size of the component's underlying element, including space taken by its margins. Gets the current size of the component's underlying element, including space taken by its margins. | BoxComponent | | getPosition( [Boolean local ] )
:
ArrayGets the current XY position of the component's underlying element. Gets the current XY position of the component's underlying element. | BoxComponent | | getResizeEl()
:
- voidReturns the outermost Element of this Component which defines the Components overall size.
+ Ext.Element Returns the outermost Element of this Component which defines the Components overall size.
Usually this will return t... Returns the outermost Element of this Component which defines the Components overall size.
Usually this will return the same Element as getEl ,
but in some cases, a Component may have some more wrapping Elements around its main
@@ -983,7 +1034,7 @@ active Element.
An example is a ComboBox. It is encased in a wrapping Element which
contains both the <input> Element (which is what would be returned
by its getEl method, and the trigger button Element.
-This Element is returned as the resizeEl . | BoxComponent | | getSize()
+This Element is returned as the resizeEl . | BoxComponent | | getSize()
:
ObjectGets the current size of the component's underlying element. Gets the current size of the component's underlying element. | BoxComponent | | getWidth()
:
@@ -1012,24 +1063,24 @@ false to cancel hiding the component. Fires the 'h...Hi
event after hiding the component. Note this method is called internally if
the component is configured to be hidden . | Component | | insert( Number index , Ext.Component component )
:
- Ext.ComponentInserts a Component into this Container at a specified index. Fires the
-beforeadd event before inserting, then fires... Inserts a Component into this Container at a specified index. Fires the
- beforeadd event before inserting, then fires the add event after the
-Component has been inserted. Parameters:Returns:Ext.Component component The Component (or config object) that was
+ Ext.Component Inserts a Component into this Container at a specified index. Fires the
+beforeadd event before inserting, then fires ... Inserts a Component into this Container at a specified index. Fires the
+ beforeadd event before inserting, then fires the add event after the
+Component has been inserted.
| Container | | insertButton( Number index , Object/Ext.Toolbar.Item/Ext.Button/Array item )
:
- Ext.Button/ItemInserts any Ext.Toolbar.Item/Ext.Button at the specified index.
-Note: See the notes within Ext.Container.add. | Toolbar | | isVisible()
:
BooleanReturns true if this component is visible. Returns true if this component is visible. | Component | | isXType( String xtype , [Boolean shallow ] )
@@ -1045,7 +1096,22 @@ to participate in determination of inherited xtypes.
var isText = t.isXType('textfield'); // true
var isBoxSubclass = t.isXType('box'); // true, descended from BoxComponent
var isBoxInstance = t.isXType('box', true); // false, not a direct BoxComponent instanceParameters:xtype : StringThe xtype to check for this Component shallow : Boolean(optional) False to check whether this Component is descended from the xtype (this is
-the default), or true to check whether this Component is directly of the specified xtype. Returns: | Component | | moveFirst()
+the default), or true to check whether this Component is directly of the specified xtype.Returns: | Component | | mon( Observable|Element item , Object|String ename , Function fn , Object scope , Object opt )
+ :
+ voidAdds listeners to any Observable object (or Elements) which are automatically removed when this Component
+is destroye... Adds listeners to any Observable object (or Elements) which are automatically removed when this Component
+is destroyed. Usage:
+myGridPanel.mon(myGridPanel.getSelectionModel(), 'selectionchange', handleSelectionChange, null, {buffer: 50});
+
+ or:
+myGridPanel.mon(myGridPanel.getSelectionModel(), {
+ selectionchange: handleSelectionChange,
+ buffer: 50
+});
+
Parameters:item : Observable|ElementThe item to which to add a listener/listeners. ename : Object|StringThe event name, or an object containing event name properties. fn : FunctionOptional. If the ename parameter was an event name, this
+is the handler function. scope : ObjectOptional. If the ename parameter was an event name, this
+is the scope (this reference) in which the handler function is executed. opt : ObjectOptional. If the ename parameter was an event name, this
+is the addListener options. Returns: | Component | | moveFirst()
:
voidMove to the first page, has the same effect as clicking the 'first' button. Move to the first page, has the same effect as clicking the 'first' button. | PagingToolbar | | moveLast()
:
@@ -1053,7 +1119,11 @@ the default), or true to check whether this Component is directly of the specifi
:
voidMove to the next page, has the same effect as clicking the 'next' button. Move to the next page, has the same effect as clicking the 'next' button. | PagingToolbar | | movePrevious()
:
- voidMove to the previous page, has the same effect as clicking the 'previous' button. Move to the previous page, has the same effect as clicking the 'previous' button. | PagingToolbar | | nextSibling()
+ voidMove to the previous page, has the same effect as clicking the 'previous' button. Move to the previous page, has the same effect as clicking the 'previous' button. | PagingToolbar | | mun( Observable|Element item , Object|String ename , Function fn , Object scope )
+ :
+ voidRemoves listeners that were added by the mon method. Removes listeners that were added by the mon method. Parameters:item : Observable|ElementThe item from which to remove a listener/listeners. ename : Object|StringThe event name, or an object containing event name properties. fn : FunctionOptional. If the ename parameter was an event name, this
+is the handler function. scope : ObjectOptional. If the ename parameter was an event name, this
+is the scope (this reference) in which the handler function is executed. Returns: | Component | | nextSibling()
:
Ext.ComponentReturns the next component in the owning container Returns the next component in the owning container | Component | | on( String eventName , Function handler , [Object scope ], [Object options ] )
:
@@ -1066,12 +1136,12 @@ the default), or true to check whether this Component is directly of the specifi
:
voidRelays selected events from the specified Observable as if the events were fired by this. Relays selected events from the specified Observable as if the events were fired by this. | Observable | | remove( Component/String component , [Boolean autoDestroy ] )
:
- Ext.ComponentRemoves a component from this container. Fires the beforeremove event before removing, then fires
-the remove event ... Removes a component from this container. Fires the beforeremove event before removing, then fires
-the remove event after the component has been removed. | Container | | removeAll( [Boolean autoDestroy ] )
:
- ArrayRemoves all components from this container. Removes all components from this container. Parameters:autoDestroy : Boolean(optional) True to automatically invoke the removed Component's Ext.Component.destroy function.
+ Array Removes all components from this container. Removes all components from this container.
| Container | | removeClass( string cls )
:
Ext.ComponentRemoves a CSS class from the component's underlying element. Removes a CSS class from the component's underlying element. | Component | | removeListener( String eventName , Function handler , [Object scope ] )
@@ -1106,7 +1176,9 @@ which this component will be inserted (defaults to appending to the end of the c
If events were suspended using the queueSuspended parameter, then all
event...Resume firing events. (see suspendEvents)
If events were suspended using the queueSuspended parameter, then all
-events fired during event suspension will be sent to any listeners now. | Observable | | setDisabled( Boolean disabled )
+events fired during event suspension will be sent to any listeners now. | Observable | | setAutoScroll( Boolean scroll )
+ :
+ Ext.BoxComponentSets the overflow on the content element of the component. Sets the overflow on the content element of the component. | BoxComponent | | setDisabled( Boolean disabled )
:
Ext.ComponentConvenience function for setting disabled/enabled by boolean. Convenience function for setting disabled/enabled by boolean. | Component | | setHeight( Number height )
:
@@ -1157,11 +1229,18 @@ after the Removes an event handler (shorthand for removeListener.) | Observable | | unbind( Ext.data.Store store )
:
- voidUnbinds the paging toolbar from the specified Ext.data.Store (deprecated) Unbinds the paging toolbar from the specified Ext.data.Store (deprecated)Parameters:store : Ext.data.StoreThe data store to unbind Returns: | PagingToolbar | | updateBox( Object box )
+ voidUnbinds the paging toolbar from the specified Ext.data.Store (deprecated) Unbinds the paging toolbar from the specified Ext.data.Store (deprecated)Parameters:store : Ext.data.StoreThe data store to unbind Returns: | PagingToolbar | | update( Mixed htmlOrData , [Boolean loadScripts ], [Function callback ] )
+ :
+ voidUpdate the content area of a component. Update the content area of a component. Parameters:htmlOrData : MixedIf this component has been configured with a template via the tpl config
+then it will use this argument as data to populate the template.
+If this component was not configured with a template, the components
+content area will be updated via Ext.Element update loadScripts : Boolean(optional) Only legitimate when using the html configuration. Defaults to false callback : Function(optional) Only legitimate when using the html configuration. Callback to execute when scripts have finished loading Returns: | Component | | updateBox( Object box )
:
Ext.BoxComponentSets the current box measurements of the component's underlying element. Sets the current box measurements of the component's underlying element. | BoxComponent |
Public Events|
| add :
( Ext.Container this , Ext.Component component , Number index )
- Listeners will be called with the following arguments: | Container | | afterlayout :
+ Listeners will be called with the following arguments: | Container | | added :
+ ( Ext.Component this , Ext.Container ownerCt , number index )
+ Fires when a component is added to an Ext.Container Fires when a component is added to an Ext.Container Listeners will be called with the following arguments: | Component | | afterlayout :
( Ext.Container this , ContainerLayout layout )
Fires when the components in this container are arranged by the associated layout manager. Fires when the components in this container are arranged by the associated layout manager. Listeners will be called with the following arguments: | Container | | afterrender :
( Ext.Component this )
@@ -1171,8 +1250,8 @@ The afterrender event is fired after this Component has been rendere...stateful, after state
has been restored.Listeners will be called with the following arguments: | Component | | beforeadd :
( Ext.Container this , Ext.Component component , Number index )
- Fires before any Ext.Component is added or inserted into the container.
-A handler can return false to cancel the add... Fires before any Ext.Component is added or inserted into the container.
+ Fires before any Ext.Component is added or inserted into the container.
+A handler can return false to cancel the add. Fires before any Ext.Component is added or inserted into the container.
A handler can return false to cancel the add. Listeners will be called with the following arguments: | Container | | beforechange :
( Ext.PagingToolbar this , Object params )
| Component | | beforeremove :
( Ext.Container this , Ext.Component component )
- Fires before any Ext.Component is removed from the container. A handler can return
-false to cancel the remove. Fires before any Ext.Component is removed from the container. A handler can return
+ Fires before any Ext.Component is removed from the container. A handler can return
+false to cancel the remove. Fires before any Ext.Component is removed from the container. A handler can return
false to cancel the remove. Listeners will be called with the following arguments: | Container | | beforerender :
( Ext.Component this )
| Toolbar | | remove :
( Ext.Container this , Ext.Component component )
- Listeners will be called with the following arguments: | Container | | render :
+ Listeners will be called with the following arguments: | Container | | removed :
+ ( Ext.Component this , Ext.Container ownerCt )
+ Fires when a component is removed from an Ext.Container Fires when a component is removed from an Ext.Container Listeners will be called with the following arguments: | Component | | render :
( Ext.Component this )
Fires after the component markup is rendered. Fires after the component markup is rendered. Listeners will be called with the following arguments: | Component | | resize :
( Ext.Component this , Number adjWidth , Number adjHeight , Number rawWidth , Number rawHeight )
|
|