| activeItem : String/NumberA string component id or the numeric index of the component that should be initially activated within the
+ Config Options|
| activeItem : String/NumberA string component id or the numeric index of the component that should be initially activated within the
container's... 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
@@ -10,20 +17,20 @@ based layout manager, for example:
- See Ext.layout.AnchorLayout.anchor also. | BoxComponent | | anchorOffset : NumberA numeric pixel value used to offset the
-default position of the anchor arrow (defaults to 0). When the anchor
-pos... A numeric pixel value used to offset the
-default position of the anchor arrow (defaults to 0). When the anchor
-position is on the top or bottom of the tooltip, anchorOffset
-will be used as a horizontal offset. Likewise, when the anchor position
-is on the left or right side, anchorOffset will be used as
-a vertical offset. | ToolTip | | anchorToTarget : BooleanTrue to anchor the tooltip to the target
-element, false to anchor it relative to the mouse coordinates (defaults
-to... True to anchor the tooltip to the target
-element, false to anchor it relative to the mouse coordinates (defaults
-to true). When anchorToTarget is true, use
- defaultAlign to control tooltip alignment to the
-target element. When anchorToTarget is false, use
+ See Ext.layout.AnchorLayout.anchor also. | BoxComponent | | anchorOffset : NumberA numeric pixel value used to offset the
+default position of the anchor arrow (defaults to 0). When the anchor
+posit... A numeric pixel value used to offset the
+default position of the anchor arrow (defaults to 0). When the anchor
+position is on the top or bottom of the tooltip, anchorOffset
+will be used as a horizontal offset. Likewise, when the anchor position
+is on the left or right side, anchorOffset will be used as
+a vertical offset. | ToolTip | | anchorToTarget : BooleanTrue to anchor the tooltip to the target
+element, false to anchor it relative to the mouse coordinates (defaults
+to t... True to anchor the tooltip to the target
+element, false to anchor it relative to the mouse coordinates (defaults
+to true). When anchorToTarget is true, use
+ defaultAlign to control tooltip alignment to the
+target element. When anchorToTarget is false, use
anchorPosition instead to control alignment. | ToolTip | | animCollapse : Booleantrue to animate the transition when the panel is collapsed, false to skip the
animation (defaults to true if the Ext.... true to animate the transition when the panel is collapsed, false to skip the
animation (defaults to true if the Ext.Fx class is available, otherwise false ). | Panel | | applyTo : MixedThe id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in
@@ -50,11 +57,11 @@ Note: Setting autoHeight: true means that t... true
based on its contents, and that Ext will not manage it at all. If the panel is within a layout that
manages dimensions (fit , border , etc.) then setting autoHeight: true
can cause issues with scrolling and will not generally work as expected since the panel will take
-on the height of its contents rather than the height required by the Ext layout.
| Panel | | autoHide : BooleanTrue to automatically hide the tooltip after the
-mouse exits the target element or after the dismissDelay
-has expir... True to automatically hide the tooltip after the
-mouse exits the target element or after the dismissDelay
-has expired if set (defaults to true). If closable = true
+on the height of its contents rather than the height required by the Ext layout. | Panel | | autoHide : BooleanTrue to automatically hide the tooltip after the
+mouse exits the target element or after the dismissDelay
+has expired... True to automatically hide the tooltip after the
+mouse exits the target element or after the dismissDelay
+has expired if set (defaults to true). If closable = true
a close tool button will be rendered into the tooltip header. | ToolTip | | autoLoad : Object/String/FunctionA valid url spec according to the Updater Ext.Updater.update method.
If autoLoad is not null, the panel will attempt ... A valid url spec according to the Updater Ext.Updater.update method.
If autoLoad is not null, the panel will attempt to load its contents
@@ -144,7 +151,7 @@ element:
},
footerCfg: {
tag: 'h2',
- cls: 'x-panel-footer' // same as the Default class
+ cls: 'x-panel-footer', // same as the Default class
html: 'footer html'
},
footerCssClass: 'custom-footer', // additional css class, see addClass
@@ -222,8 +229,8 @@ 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 | | data : MixedThe initial set of data to apply to the tpl to
-update the content area of the Component. | Component | | defaultAlign : StringExperimental. The default Ext.Element.alignTo anchor position value
-for this tip relative to its element of origin (... Experimental. The default Ext.Element.alignTo anchor position value
+update the content area of the Component. | Component | | defaultAlign : StringExperimental. The default Ext.Element.alignTo anchor position value
+for this tip relative to its element of origin (d... Experimental. The default Ext.Element.alignTo anchor position value
for this tip relative to its element of origin (defaults to "tl-bl?"). | Tip | | 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.
@@ -252,35 +259,35 @@ items: [
id: 'panel2', // options in components, so the defaults
autoScroll: false // will be applied here, panel2 will be autoScroll:true.
})
-] | Container | | delegate : StringOptional. A DomQuery
-selector which allows selection of individual elements within the
-target element to trigger sh... Optional. A DomQuery
-selector which allows selection of individual elements within the
-target element to trigger showing and hiding the
-ToolTip as the mouse moves within the target.
- When specified, the child element of the target which caused a show
-event is placed into the triggerElement property
-before the ToolTip is shown.
- This may be useful when a Component has regular, repeating elements
-in it, each of which need a Tooltip which contains information specific
-to that element. For example: var myGrid = new Ext.grid.gridPanel(gridConfig);
-myGrid.on('render', function(grid) {
- var store = grid.getStore(); // Capture the Store.
- var view = grid.getView(); // Capture the GridView.
- myGrid.tip = new Ext.ToolTip({
- target: view.mainBody, // The overall target element.
- delegate: '.x-grid3-row', // Each grid row causes its own seperate show and hide.
- trackMouse: true, // Moving within the row should not hide the tip.
- renderTo: document.body, // Render immediately so that tip.body can be
- // referenced prior to the first show.
- listeners: { // Change content dynamically depending on which element
- // triggered the show.
- beforeshow: function updateTipBody(tip) {
- var rowIndex = view.findRowIndex(tip.triggerElement);
- tip.body.dom.innerHTML = 'Over Record ID ' + store.getAt(rowIndex).id;
- }
- }
- });
+]
| Container | | delegate : StringOptional. A DomQuery
+selector which allows selection of individual elements within the
+target element to trigger show... Optional. A DomQuery
+selector which allows selection of individual elements within the
+target element to trigger showing and hiding the
+ToolTip as the mouse moves within the target.
+ When specified, the child element of the target which caused a show
+event is placed into the triggerElement property
+before the ToolTip is shown.
+ This may be useful when a Component has regular, repeating elements
+in it, each of which need a Tooltip which contains information specific
+to that element. For example: var myGrid = new Ext.grid.gridPanel(gridConfig);
+myGrid.on('render', function(grid) {
+ var store = grid.getStore(); // Capture the Store.
+ var view = grid.getView(); // Capture the GridView.
+ myGrid.tip = new Ext.ToolTip({
+ target: view.mainBody, // The overall target element.
+ delegate: '.x-grid3-row', // Each grid row causes its own seperate show and hide.
+ trackMouse: true, // Moving within the row should not hide the tip.
+ renderTo: document.body, // Render immediately so that tip.body can be
+ // referenced prior to the first show.
+ listeners: { // Change content dynamically depending on which element
+ // triggered the show.
+ beforeshow: function updateTipBody(tip) {
+ var rowIndex = view.findRowIndex(tip.triggerElement);
+ tip.body.dom.innerHTML = 'Over Record ID ' + store.getAt(rowIndex).id;
+ }
+ }
+ });
});
| ToolTip | | disabled : BooleanRender this panel disabled (default is false). An important note when using the disabled
config on panels is that IE ... Render this panel disabled (default is false ). An important note when using the disabled
config on panels is that IE will often fail to initialize the disabled mask element correectly if
@@ -297,10 +304,10 @@ the disabled state:
single: true // important, as many layouts can occur
}
}
-}); | Panel | | disabledClass : String CSS class added to the component when it is disabled (defaults to 'x-item-disabled'). | Component | | dismissDelay : NumberDelay in milliseconds before the tooltip
-automatically hides (defaults to 5000). To disable automatic hiding, set
-d... Delay in milliseconds before the tooltip
-automatically hides (defaults to 5000). To disable automatic hiding, set
+}); | Panel | | disabledClass : String CSS class added to the component when it is disabled (defaults to 'x-item-disabled'). | Component | | dismissDelay : NumberDelay in milliseconds before the tooltip
+automatically hides (defaults to 5000). To disable automatic hiding, set
+dis... Delay in milliseconds before the tooltip
+automatically hides (defaults to 5000). To disable automatic hiding, set
dismissDelay = 0. | ToolTip | | draggable : Boolean/Objecttrue to enable dragging of this Panel (defaults to false).
For custom drag/drop implementations, an Ext.Panel.DD conf... true to enable dragging of this Panel (defaults to false ).
For custom drag/drop implementations, an Ext.Panel.DD config could also be passed
@@ -463,9 +470,9 @@ Note to express this dimension as a percentage or offset s... 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 | | hideCollapseTool : Booleantrue to hide the expand/collapse toggle button when collapsible == true ,
- false to display it (defaults to false ). | Panel | | hideDelay : NumberDelay in milliseconds after the mouse exits the
-target element but before the tooltip actually hides (defaults to 20... Delay in milliseconds after the mouse exits the
-target element but before the tooltip actually hides (defaults to 200).
+false to display it (defaults to false ). | Panel | | hideDelay : NumberDelay in milliseconds after the mouse exits the
+target element but before the tooltip actually hides (defaults to 200... Delay in milliseconds after the mouse exits the
+target element but before the tooltip actually hides (defaults to 200).
Set to 0 for the tooltip to hide immediately. | ToolTip | | 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
@@ -807,7 +814,7 @@ when it is disabled, but masking the panel can provide an additional visual cue
disabled. | Panel | | maxWidth : Number The maximum width of the tip in pixels (defaults to 300). The maximum supported value is 500. | Tip | | minButtonWidth : NumberMinimum width in pixels of all buttons in this panel (defaults to 75 ) | Panel | | minWidth : Number The minimum width of the tip in pixels (defaults to 40). | Tip | | 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 | | mouseOffset : Array An XY offset from the mouse position where the
+to be set manually. | Container | | mouseOffset : Array An XY offset from the mouse position where the
tooltip should be shown (defaults to [15,18]). | ToolTip | | overCls : StringAn optional extra CSS class that will be added to this component's Element when the mouse moves
over the Element, and... An optional extra CSS class that will be added to this component's Element when the mouse moves
over the Element, and removed when the mouse moves out. (defaults to ''). This can be
@@ -872,13 +879,13 @@ 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 'bodyresize'. | Panel | | shadow : Boolean/StringTrue or "sides" for the default effect, "frame" for 4-way shadow, and "drop"
-for bottom-right shadow (defaults to "s... True or "sides" for the default effect, "frame" for 4-way shadow, and "drop"
+ See render also. | Component | | resizeEvent : String The event to listen to for resizing in layouts. Defaults to 'bodyresize'. | Panel | | shadow : Boolean/StringTrue or "sides" for the default effect, "frame" for 4-way shadow, and "drop"
+for bottom-right shadow (defaults to "si... True or "sides" for the default effect, "frame" for 4-way shadow, and "drop"
for bottom-right shadow (defaults to "sides"). | Tip | | shadowOffset : NumberThe number of pixels to offset the shadow if displayed (defaults to 4). Note that this
option only applies when float... The number of pixels to offset the shadow if displayed (defaults to 4 ). Note that this
option only applies when floating = true . | Panel | | shim : Booleanfalse to disable the iframe shim in browsers which need one (defaults to true).
Note that this option only applies wh... false to disable the iframe shim in browsers which need one (defaults to true ).
-Note that this option only applies when floating = true . | Panel | | showDelay : NumberDelay in milliseconds before the tooltip displays
+Note that this option only applies when floating = true . | Panel | | showDelay : Number Delay in milliseconds before the tooltip displays
after the mouse enters the target element (defaults to 500) | ToolTip | | stateEvents : ArrayAn array of events that, when fired, should trigger this component to
save its state (defaults to none). stateEvents ... | Component | | trackMouse : Boolean | Component | | trackMouse : Boolean True to have the tooltip follow the mouse as it
moves over the target element (defaults to false). | ToolTip | | unstyled : BooleanOverrides the baseCls setting to baseCls = 'x-plain' which renders
the panel unstyled except for required attributes ... Overrides the baseCls setting to baseCls = 'x-plain' which renders
-the panel unstyled except for required attributes for Ext layouts to function (e.g. overflow:hidden). | Panel | | width : NumberWidth in pixels of the tip (defaults to auto). Width will be ignored if it exceeds the bounds of
-minWidth or maxWid... Width in pixels of the tip (defaults to auto). Width will be ignored if it exceeds the bounds of
+the panel unstyled except for required attributes for Ext layouts to function (e.g. overflow:hidden). | Panel | | width : NumberWidth in pixels of the tip (defaults to auto). Width will be ignored if it exceeds the bounds of
+minWidth or maxWidt... Width in pixels of the tip (defaults to auto). Width will be ignored if it exceeds the bounds of
minWidth or maxWidth. The maximum supported value is 500. | Tip | | 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
a config object into a constructor. This config option is used only when
@@ -1135,19 +1142,17 @@ Note: see the Note for el al... | Panel | | hidden : Boolean True if this component is hidden. Read-only. | Component | | initialConfig : Object This Component's initial configuration specification. Read-only. | Component | | items : MixedCollection | Container | | ownerCt : Ext.ContainerThis Component's owner Container (defaults to undefined, and is set automatically when
this Component is added to a C... This Component's owner Container (defaults to undefined, and is set automatically when
this Component is added to a Container). Read-only.
- Note: to access items within the Container see itemId. | Component | | private : ObjectWe 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 | | refOwner : Ext.ContainerThe ancestor Container into which the ref reference was inserted if this Component
+ Note: to access items within the Container see itemId. | Component | | 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 | | triggerElement : DOMElementWhen a Tooltip is configured with the delegate
-option to cause selected child elements of the target
-Element to eac... When a Tooltip is configured with the delegate
-option to cause selected child elements of the target
-Element to each trigger a seperate show event, this property is set to
+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 | | triggerElement : DOMElementWhen a Tooltip is configured with the delegate
+option to cause selected child elements of the target
+Element to each ... When a Tooltip is configured with the delegate
+option to cause selected child elements of the target
+Element to each trigger a seperate show event, this property is set to
the DOM element which triggered the show. | ToolTip |
Public Methods|
| QuickTip( Object config )
- | QuickTip | | add( Object/Array component , Object (Optional) , Object (Optional) )
+ | QuickTip | | 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... Parameters:component : Object/ArrayEither a single component or an Array of components to add. See
-items for additional information. (Optional) : Objectcomponent_2 (Optional) : Objectcomponent_n Returns: | Container | | addButton( String/Object config , Function handler , Object scope )
+Parameters:component : ...Object/ArrayEither one or more Components to add or an Array of Components to add. See
+items for additional information. Returns: | 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
@@ -1237,12 +1242,12 @@ Or a shorthand syntax:
scope: this
}); Returns: | Observable | | 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 | | bubble( Function fn , [Object scope ], [Array args ] )
+ 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 | | 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
+ Ext.Component Bubbles 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 | | cancelShow( String/HTMLElement/Element el )
+the bubble is stopped. | Component | | cancelShow( String/HTMLElement/Element el )
:
voidHides a visible tip or cancels an impending show for a particular element. Hides a visible tip or cancels an impending show for a particular element. | QuickTip | | cascade( Function fn , [Object scope ], [Array args ] )
:
@@ -1275,38 +1280,38 @@ calc layouts as required (defaults to false, which calls doLayout recursively fo
:
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
-this.getBubbleTarget() if present. There is no implementation in the Observable base class.
- 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: 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');
- }),
-
- // We know that we want Field's events to bubble directly to the FormPanel.
- getBubbleTarget : function() {
- if (!this.formPanel) {
- this.formPanel = this.findParentByType('form');
- }
- return this.formPanel;
- }
-});
-
-var myForm = new Ext.formPanel({
- title: 'User Details',
- items: [{
- ...
- }],
- listeners: {
- change: function() {
- // Title goes red if form has been modified.
- myForm.header.setStyle('color', 'red');
- }
- }
+ 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.getBubbleTarget() if present. There is no implementation in the Observable base class.
+ 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: 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');
+ }),
+
+ // We know that we want Field's events to bubble directly to the FormPanel.
+ getBubbleTarget : function() {
+ if (!this.formPanel) {
+ this.formPanel = this.findParentByType('form');
+ }
+ return this.formPanel;
+ }
+});
+
+var myForm = new Ext.formPanel({
+ title: 'User Details',
+ items: [{
+ ...
+ }],
+ listeners: {
+ change: function() {
+ // Title goes red if form has been modified.
+ myForm.header.setStyle('color', 'red');
+ }
+ }
});
| Observable | | expand( Boolean animate )
:
Ext.PanelExpands the panel body so that it becomes visible. Fires the beforeexpand event which will
@@ -1327,9 +1332,11 @@ the default), or true to check whether this Component is directly of the specifi
:
Ext.Container Find a container above this component at any level by a custom function. If the passed function returns
true, the con... Find a container above this component at any level by a custom function. If the passed function returns
-true, the container will be returned. | Component | | findParentByType( String/Class xtype )
+true, the container will be returned. | Component | | findParentByType( String/Ext.Component/Class xtype , [Boolean shallow ] )
:
- Ext.ContainerFind a container above this component at any level by xtype or class Find a container above this component at any level by xtype or class | Component | | fireEvent( String eventName , Object... args )
+ Ext.ContainerFind a container above this component at any level by xtype or class Find a container above this component at any level by xtype or class Parameters:xtype : String/Ext.Component/ClassThe xtype to check for this Component. Note that the the component can either be an instance
+or a component class: 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 | | fireEvent( String eventName , Object... args )
:
BooleanFires the specified event with the passed parameters (minus the event name).
An event may be set to bubble up an Obse... Fires the specified event with the passed parameters (minus the event name).
@@ -1373,7 +1380,9 @@ or use a render listener directly: new Ext.Panel({
},
single: true // Remove the listener after first invocation
}
-});
| Component | | getFrameHeight()
+}); | Component | | getFooterToolbar()
+ :
+ Ext.ToolbarReturns the toolbar from the footer (fbar) section of the panel. Returns the toolbar from the footer ( fbar ) section of the panel. | Panel | | getFrameHeight()
:
NumberReturns 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
@@ -1473,7 +1482,7 @@ property to the registered type of the Component wanted.
For a list of all available xtypes, see Ext.Component. Returns: | Container | | isVisible()
:
- BooleanReturns true if this component is visible. Returns true if this component is visible. | Component | | isXType( String xtype , [Boolean shallow ] )
+ BooleanReturns true if this component is visible. Returns true if this component is visible. | Component | | isXType( String/Ext.Component/Class xtype , [Boolean shallow ] )
:
BooleanTests whether or not this Component is of a specific xtype. This can test whether this Component is descended
from th... Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended
@@ -1485,7 +1494,11 @@ to participate in determination of inherited xtypes.
var t = new Ext.form.TextField();
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 instance
| Component | | load( Object/String/Function config )
:
Ext.PanelLoads this content panel immediately with content returned from an XHR call. Loads this content panel immediately with content returned from an XHR call. Parameters:config : Object/String/FunctionA config object containing any of the following options:
@@ -1532,16 +1545,16 @@ is the scope ( this reference) in which the handler function is exec
:
void Removes all listeners for this object Removes all listeners for this object
| Observable | | register( Object config )
:
- voidConfigures a new quick tip instance and assigns it to a target element. The following config values are
-supported (... Configures a new quick tip instance and assigns it to a target element. The following config values are
-supported (for example usage, see the Ext.QuickTips class header):
- | QuickTip | | relayEvents( Object o , Array events )
:
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 ] )
@@ -1590,10 +1603,10 @@ events fired during event suspension will be sent to any listeners now.Sets 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 )
+ Ext.ComponentConvenience function for setting disabled/enabled by boolean. Convenience function for setting disabled/enabled by boolean. | 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:height : NumberThe new height to set. This may be one of:
| BoxComponent | | setIconClass( String cls )
@@ -1630,29 +1643,29 @@ In order to be able to set the title, a header eleme...<
for the Panel. This is triggered either by configuring the Panel with a non-blank title ,
or configuring it with header: true . Parameters:title : StringThe title text to set iconCls : String(optional) iconCls A user-defined CSS class that provides the icon image for this panel Returns: | 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. | 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. | 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:width : NumberThe new width to setThis may be one of:
| BoxComponent | | show()
:
voidShows this tooltip at the current event target XY position. Shows this tooltip at the current event target XY position. | ToolTip | | showAt( Array xy )
:
- voidShows this tip at the specified XY position. Example usage:
-// Show the tip at x:50 and y:100
-tip.showAt([50,100])... Shows this tip at the specified XY position. Example usage:
- // Show the tip at x:50 and y:100
+ voidShows this tip at the specified XY position. Example usage:
+// Show the tip at x:50 and y:100
+tip.showAt([50,100]); Shows this tip at the specified XY position. Example usage:
+ // Show the tip at x:50 and y:100
tip.showAt([50,100]);
| Tip | | showBy( Mixed el , [String position ] )
:
- voidExperimental. Shows this tip at a position relative to another element using a standard Ext.Element.alignTo
-anchor p... Experimental. Shows this tip at a position relative to another element using a standard Ext.Element.alignTo
-anchor position value. Example usage:
- // Show the tip at the default position ('tl-br?')
-tip.showBy('my-el');
-
-// Show the tip's top-left corner anchored to the element's top-right corner
-tip.showBy('my-el', 'tl-tr');
| Tip | | suspendEvents( Boolean queueSuspended )
:
voidSuspend the firing of all events. (see resumeEvents) |
|