ObservableComponent
BoxComponent
Container
Panel
Tip
ToolTip
QuickTip
Package: | Ext |
Defined In: | QuickTip.js |
Class: | QuickTip |
Extends: | ToolTip |
Config Options | Defined By | |
---|---|---|
activeItem : String/Number A 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 items one at a time (like Ext.layout.Accordion, Ext.layout.CardLayout and Ext.layout.FitLayout). Related to Ext.layout.ContainerLayout.activeItem.
|
Container | |
allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
|
Component | |
animCollapse : Boolean True 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 : Mixed The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document ...
The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document that specifies some structural markup for this component. When applyTo is used, constituent parts of the component can also be specified by id or CSS class name within the main element, and the component being created may attempt to create its subcomponents from that markup if applicable. Using this config, a call to render() is not required. 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 : Boolean If 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 | |
autoHeight : Boolean
True to use height:'auto', false to use fixed height (defaults to false).
|
BoxComponent | |
autoHide : Boolean True 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).
|
ToolTip | |
autoLoad : Object/String/Function A 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 immediately upon render.
|
Panel | |
autoScroll : Boolean True to use overflow:'auto' on the panel's body element and show scroll bars automatically when necessary, false to c...
True to use overflow:'auto' on the panel's body element and show scroll bars automatically when necessary, false to clip any overflowing content (defaults to false).
|
Panel | |
autoShow : Boolean True 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 : Boolean
True to use width:'auto', false to use fixed width (defaults to false).
|
BoxComponent | |
baseCls : String
The base CSS class to apply to this panel's element (defaults to 'x-panel').
|
Panel | |
bbar : Object/Array The bottom toolbar of the panel. This can be a Ext.Toolbar object, a toolbar config, or an array of buttons/button co...
The bottom toolbar of the panel. This can be a Ext.Toolbar object, a toolbar config, or an array of buttons/button configs to be added to the toolbar. Note that this is not available as a property after render. To access the bottom toolbar after render, use getBottomToolbar.
|
Panel | |
bodyBorder : Boolean True to display an interior border on the body element of the panel, false to hide it (defaults to true). This only a...
True to display an interior border on the body element of the panel, false to hide it (defaults to true). This only applies when border = true. If border = true and bodyBorder = false, the border will display as a 1px wide inset border, giving the entire body element an inset appearance.
|
Panel | |
bodyStyle : Boolean Custom CSS styles to be applied to the body element in the format expected by Ext.Element.applyStyles (defaults to nu...
Custom CSS styles to be applied to the body element in the format expected by Ext.Element.applyStyles (defaults to null).
|
Panel | |
border : Boolean True to display the borders of the panel's body element, false to hide them (defaults to true). By default, the borde...
True to display the borders of the panel's body element, false to hide them (defaults to true). By default, the border is a 2px wide inset border, but this can be further altered by setting bodyBorder to false.
|
Panel | |
bufferResize : Boolean/Number When set to true (100 milliseconds) or a number of milliseconds, the layout assigned for this container will buffer t...
When set to true (100 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 amount of sub components that frequent calls to layout are expensive.
|
Container | |
buttonAlign : String
The alignment of any buttons added to this panel. Valid values are 'right,' 'left' and 'center' (defaults to 'right').
|
Panel | |
buttons : Array
An array of Ext.Button instances (or valid button configs) to add to the footer of this panel
|
Panel | |
cls : String An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for a...
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 | |
collapseFirst : Boolean True to make sure the collapse/expand toggle button always renders first (to the left of) any other tools in the pane...
True to make sure the collapse/expand toggle button always renders first (to the left of) any other tools in the panel's title bar, false to render it last (defaults to true).
|
Panel | |
collapsed : Boolean
True to render the panel collapsed, false to render it expanded (defaults to false).
|
Panel | |
collapsedCls : String
A CSS class to add to the panel's element after it has been collapsed (defaults to 'x-panel-collapsed').
|
Panel | |
collapsible : Boolean True to make the panel collapsible and have the expand/collapse toggle button automatically rendered into the header ...
True to make the panel collapsible and have the expand/collapse toggle button automatically rendered into the header tool button area, false to keep the panel statically sized with no button (defaults to false).
|
Panel | |
contentEl : String
The id of an existing HTML node to use as the panel's body content (defaults to '').
|
Panel | |
ctCls : String An optional extra CSS class that will be added to this component's container (defaults to ''). This can be useful for...
An optional extra CSS class that will be added to this component's container (defaults to ''). This can be useful for adding customized styles to the container or any of its children using standard CSS rules.
|
Component | |
defaultAlign : String The default Ext.Element.alignTo anchor position value for this tip relative to its element of origin (defaults to "tl...
The default Ext.Element.alignTo anchor position value for this tip relative to its element of origin (defaults to "tl-bl?").
|
Tip | |
defaultType : String
The default type of container represented by this object as registered in Ext.ComponentMgr (defaults to 'panel').
|
Container | |
defaults : Object A config object that will be applied to all components added to this container either via the items config or via the...
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'}.
|
Container | |
disabledClass : String
CSS class added to the component when it is disabled (defaults to "x-item-disabled").
|
Component | |
dismissDelay : Number
Delay in milliseconds before the quick tip hides when autoDismiss = true (defaults to 5000).
|
ToolTip | |
elements : String A comma-delimited list of panel elements to initialize when the panel is rendered. Normally, this list will be genera...
A comma-delimited list of panel elements to initialize when the panel is rendered. Normally, this list will be generated automatically based on the items added to the panel at config time, but sometimes it might be useful to make sure a structural element is rendered even if not specified at config time (for example, you may want to add a button or toolbar dynamically after the panel has been rendered). Adding those elements to this list will allocate the required placeholders in the panel when it is rendered. Valid values are: 'header,' 'body,' 'footer,' 'tbar' (top bar) abd 'bbar' (bottom bar) - defaults to 'body.'
|
Panel | |
floating : Boolean True to float the panel (absolute position it with automatic shimming and shadow), false to display it inline where i...
True to float the panel (absolute position it with automatic shimming and shadow), false to display it inline where it is rendered (defaults to false). Note that by default, setting floating to true will cause the panel to display at negative offsets so that it is hidden -- because the panel is absolute positioned, the position must be set explicitly after render (e.g., myPanel.setPosition(100,100);). Also, when floating a panel you should always assign a fixed width, otherwise it will be auto width and will expand to fill to the right edge of the viewport.
|
Panel | |
footer : Boolean True to create the footer element explicitly, false to skip creating it. By default, when footer is not specified, if...
True to create the footer element explicitly, false to skip creating it. By default, when footer is not specified, if one or more buttons have been added to the panel the footer will be created automatically, otherwise it will not.
|
Panel | |
frame : Boolean
True to render the panel with custom rounded borders, false to render with plain 1px square borders (defaults to false).
|
Panel | |
header : Boolean True to create the header element explicitly, false to skip creating it. By default, when header is not specified, if...
True to create the header element explicitly, false to skip creating it. By default, when header is not specified, if a title is set the header will be created automatically, otherwise it will not. If a title is set but header is explicitly set to false, the header will not be rendered.
|
Panel | |
headerAsText : Boolean
True to display the panel title in the header, false to hide it (defaults to true).
|
Panel | |
height : Number
The height of this component in pixels (defaults to auto).
|
BoxComponent | |
hideBorders : Boolean True 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 : Boolean
True to hide the expand/collapse toggle button when collapsible = true, false to display it (defaults to false).
|
Panel | |
hideDelay : Number Delay 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 | |
hideMode : String How this component should hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset posi...
How this component should hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset position) and "display" (css display) - defaults to "display".
|
Component | |
hideParent : Boolean True 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 | |
html : String/Object An HTML fragment, or a {@link Ext.DomHelper DomHelper} specification to use as the panel's body content (defaults to ...
An HTML fragment, or a {@link Ext.DomHelper DomHelper} specification to use as the panel's body content (defaults to '').
|
Panel | |
iconCls : String
A CSS class that will provide a background image to be used as the panel header icon (defaults to '').
|
Panel | |
id : String
The unique id of this component (defaults to an auto-assigned id).
|
Component | |
interceptTitles : Boolean
True to automatically use the element's DOM title value if available (defaults to false).
|
QuickTip | |
items : Mixed A single item, or an array of items to be added to this container. Each item can be any type of object based on Ext.C...
A single item, or an array of items to be added to this container. Each item can be any type of object based on Ext.Component, or a valid config object for such an item. If a single item is being passed, it should be passed directly as an object reference (e.g., items: {...}). Multiple items should be passed as an array of objects (e.g., items: [{...}, {...}]).
|
Container | |
keys : Object/Array A KeyMap config object (in the format expected by Ext.KeyMap.addBinding used to assign custom key handling to this pa...
A KeyMap config object (in the format expected by Ext.KeyMap.addBinding used to assign custom key handling to this panel (defaults to null).
|
Panel | |
layout : String The layout type to be used in this container. If not specified, a default Ext.layout.ContainerLayout will be created ...
The layout type to be used in this container. If not specified, a default Ext.layout.ContainerLayout will be created and used. Valid values are: accordion, anchor, border, card, column, fit, form and table. Specific config values for the chosen layout type can be specified using layoutConfig.
|
Container | |
layoutConfig : Object This is a config object containing properties specific to the chosen layout (to be used in conjunction with the layou...
This is a config object containing properties specific to the chosen layout (to be used in conjunction with the layout config value). For complete details regarding the valid config options for each layout type, see the layout class corresponding to the type specified: Ext.layout.Accordion, Ext.layout.AnchorLayout, Ext.layout.BorderLayout, Ext.layout.CardLayout, Ext.layout.ColumnLayout, Ext.layout.FitLayout, Ext.layout.FormLayout and Ext.layout.TableLayout.
|
Container | |
maskDisabled : Boolean True to mask the panel when it is disabled, false to not mask it (defaults to true). Either way, the panel will alway...
True to mask the panel when it is disabled, false to not mask it (defaults to true). Either way, the panel will always tell its contained elements to disable themselves when it is disabled, but masking the panel can provide an additional visual cue that the panel is disabled.
|
Panel | |
maxWidth : Number
The maximum width of the tip in pixels (defaults to 300).
|
Tip | |
minButtonWidth : Number
Minimum 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 : Boolean True 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 tooltip should be shown (defaults to [15,15]).
|
ToolTip | |
plugins : Object/Array An object or array of objects that will provide custom functionality for this component. The only requirement for a v...
An object or array of objects that will provide custom functionality for this component. The only requirement for a valid plugin is that it contain an init method that accepts a reference of type Ext.Component. When a component is created, if any plugins are available, the component will call the init method on each plugin, passing a reference to itself. Each plugin can then call methods or respond to events on the component as needed to provide its functionality.
|
Component | |
renderTo : Mixed The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using...
The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using this config, a call to render() is not required.
|
Component | |
shadow : Boolean/String True (or a valid Ext.Shadow Ext.Shadow.mode value) to display a shadow behind the panel, false to display no shadow (...
True (or a valid Ext.Shadow Ext.Shadow.mode value) to display a shadow behind the panel, false to display no shadow (defaults to 'sides'). Note that this option only applies when floating = true.
|
Panel | |
shim : Boolean False to disable the iframe shim in browsers which need one (defaults to true). Note that this option opnly applies w...
False to disable the iframe shim in browsers which need one (defaults to true). Note that this option opnly 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 : Array An array of events that, when fired, should trigger this component to save its state (defaults to none). These can be...
An array of events that, when fired, should trigger this component to save its state (defaults to none). These can be any types of events supported by this component, including browser or custom events (e.g., ['click', 'customerchange']).
|
Component | |
stateId : String
The unique id for this component to use for state management purposes (defaults to the component id).
|
Component | |
style : String A custom style specification to be applied to this component's Element. Should be a valid argument to Ext.Element.app...
A custom style specification to be applied to this component's Element. Should be a valid argument to Ext.Element.applyStyles.
|
Component | |
target : Mixed
The target HTMLElement, Ext.Element or id to associate with this quicktip (defaults to the document).
|
QuickTip | |
tbar : Object/Array The top toolbar of the panel. This can be a Ext.Toolbar object, a toolbar config, or an array of buttons/button confi...
The top toolbar of the panel. This can be a Ext.Toolbar object, a toolbar config, or an array of buttons/button configs to be added to the toolbar. Note that this is not available as a property after render. To access the top toolbar after render, use getTopToolbar.
|
Panel | |
title : String The title text to display in the panel header (defaults to ''). When a title is specified the header element will aut...
The title text to display in the panel header (defaults to ''). When a title is specified the header element will automatically be created and displayed unless header is explicitly set to false.
|
Panel | |
titleCollapse : Boolean True to allow expanding and collapsing the panel (when collapsible = true) by clicking anywhere in the header bar, fa...
True to allow expanding and collapsing the panel (when collapsible = true) by clicking anywhere in the header bar, false to allow it only by clicking to tool button (defaults to false).
|
Panel | |
tools : Array An array of tool button configs to be added to the header tool area. Each tool config should contain the id of the to...
An array of tool button configs to be added to the header tool area. Each tool config should contain the id of the tool, and can also contain an 'on' event handler config containing one or more event handlers to assign to this tool. The optional property 'hidden:true' can be included to hide the tool by default. Example usage:
A valid tool id should correspond to the CSS classes 'x-tool-{id}' (normal) and 'x-tool-{id}-over' (mouseover). By default, the following tools are provided: toggle (default when collapsible = true), close, minimize, maximize, restore, gear, pin, unpin, right, left, up, down, refresh, minus, plus, help, search and save. Note that these tool classes only provide the visual button -- any required functionality must be provided by adding event handlers that implement the necessary behavior. |
Panel | |
trackMouse : Boolean
True to have the tooltip follow the mouse as it moves over the target element (defaults to false).
|
ToolTip | |
width : Number
The width of this component in pixels (defaults to auto).
|
BoxComponent |
Property | Defined By | |
---|---|---|
body : Ext.Element
The Panel's body {@link Ext.Element Element} which may be used either to contain HTML content,
or to house a Layout....
The Panel's body {@link Ext.Element Element} which may be used either to contain HTML content,
or to house a Layout. Read-only.
|
Panel | |
disabled : Boolean
True if this component is disabled. Read-only.
|
Component | |
footer : Ext.Element
The Panel's footer {@link Ext.Element Element}. Read-only.
|
Panel | |
header : Ext.Element
The Panel's header {@link Ext.Element Element}. Read-only.
|
Panel | |
True if this component is hidden. Read-only.
|
hidden : Boolean Component | |
items : MixedCollection
The collection of components in this container as a Ext.util.MixedCollection
|
Container | |
ownerCt : Ext.Container The component's owner Ext.Container (defaults to undefined, and is set automatically when
the component is added to a...
The component's owner Ext.Container (defaults to undefined, and is set automatically when
the component is added to a container). Read-only.
|
Component | |
rendered : Boolean
True if this component has been rendered. Read-only.
|
Component |
Method | Defined By | |
---|---|---|
QuickTip( Object config ) Create a new Tip
Create a new Tip
Parameters:
|
QuickTip | |
add( Ext.Component component ) : Ext.Component Adds a component to this container. Fires the beforeadd event before adding, then fires the add event
after the comp...
Adds a component to this container. Fires the beforeadd event before adding, then fires the add event
after the component has been added.
Parameters:
|
Container | |
addButton( String/Object config , Function handler , Object scope ) : Ext.Button Adds 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
approach is to add buttons via the buttons config.
Parameters:
|
Panel | |
addClass( string cls ) : void Adds a CSS class to the component's underlying element.
Adds a CSS class to the component's underlying element.
Parameters:
|
Component | |
addEvents( Object object ) : void Used to define events on this Observable
Used to define events on this Observable
Parameters:
|
Observable | |
addListener( String eventName , Function handler , [Object scope ], [Object options ] ) : void Appends an event handler to this component
Appends an event handler to this component
Parameters:
|
Observable | |
applyToMarkup( String/HTMLElement el ) : void Apply 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.
Parameters:
|
Component | |
bubble( Function fn , [Object scope ], [Array args ] ) : void 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.
Parameters:
|
Container | |
cascade( Function fn , [Object scope ], [Array args ] ) : void 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.
Parameters:
|
Container | |
cloneConfig( Object overrides ) : Ext.Component Clone the current component using the original config values passed into this instance by default.
Clone the current component using the original config values passed into this instance by default.
Parameters:
|
Component | |
collapse( Boolean animate ) : Ext.Panel Collapses the panel body so that it becomes hidden. Fires the beforecollapse event which will
cancel the collapse ac...
Collapses the panel body so that it becomes hidden. Fires the beforecollapse event which will
cancel the collapse action if it returns false.
Parameters:
|
Panel | |
destroy() : void Destroys this component by purging any event listeners, removing the component's element from the DOM,
removing the c...
Destroys this component by purging any event listeners, removing the component's element from the DOM,
removing the component from its Ext.Container (if applicable) and unregistering it from
Ext.ComponentMgr. Destruction is generally handled automatically by the framework and this method
should usually not need to be called directly.
Parameters:
|
Component | |
disable() : Ext.Component Disable this component.
Disable this component.
Parameters:
|
Component | |
doLayout() : void Force this container's layout to be recalculated. Generally this is handled automatically by the container,
and shou...
Force this container's layout to be recalculated. Generally this is handled automatically by the container,
and should be used with care as it can be intensive with complex layouts since all nested containers'
doLayout methods are also called recursively.
Parameters:
|
Container | |
enable() : Ext.Component Enable this component.
Enable this component.
Parameters:
|
Component | |
expand( Boolean animate ) : Ext.Panel Expands the panel body so that it becomes visible. Fires the beforeexpand event which will
cancel the expand action ...
Expands the panel body so that it becomes visible. Fires the beforeexpand event which will
cancel the expand action if it returns false.
Parameters:
|
Panel | |
find( String xtype ) : Array Find a component under this container at any level by property
Find a component under this container at any level by property
Parameters:
|
Container | |
findBy( String xtype ) : 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:
|
Container | |
findById( String id ) : Ext.Component Find a component under this container at any level by id
Find a component under this container at any level by id
Parameters:
|
Container | |
findByType( String/Class xtype ) : Array Find 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
Parameters:
|
Container | |
fireEvent( String eventName , Object... args ) : Boolean Fires the specified event with the passed parameters (minus the event name).
Fires the specified event with the passed parameters (minus the event name).
Parameters:
|
Observable | |
focus( [Boolean selectText ] ) : Ext.Component Try to focus this component.
Try to focus this component.
Parameters:
|
Component | |
getBottomToolbar() : Ext.Toolbar Returns the toolbar from the bottom (bbar) section of the panel.
Returns the toolbar from the bottom (bbar) section of the panel.
Parameters:
|
Panel | |
getBox( [Boolean local ] ) : Object Gets the current box measurements of the component's underlying element.
Gets the current box measurements of the component's underlying element.
Parameters:
|
BoxComponent | |
getComponent( String id ) : Ext.Component Gets a direct child component by id
Gets a direct child component by id
Parameters:
|
Container | |
getEl() : Ext.Element Returns the underlying Ext.Element.
Returns the underlying Ext.Element.
Parameters:
|
Component | |
getFrameHeight() : Number Returns the height in pixels of the framing elements of this panel (including any top and bottom bars and
header and ...
Returns the height in pixels of the framing elements of this panel (including any top and bottom bars and
header and footer elements, but not including the body height). To retrieve the body height see getInnerHeight.
Parameters:
|
Panel | |
getFrameWidth() : Number Returns the width in pixels of the framing elements of this panel (not including the body width). To
retrieve the bo...
Returns the width in pixels of the framing elements of this panel (not including the body width). To
retrieve the body width see getInnerWidth.
Parameters:
|
Panel | |
getId() : String Returns the id of this component.
Returns the id of this component.
Parameters:
|
Component | |
getInnerHeight() : Number Returns the height in pixels of the body element (not including the height of any framing elements).
For the frame he...
Returns the height in pixels of the body element (not including the height of any framing elements).
For the frame height see getFrameHeight.
Parameters:
|
Panel | |
getInnerWidth() : Number Returns the width in pixels of the body element (not including the width of any framing elements).
For the frame widt...
Returns the width in pixels of the body element (not including the width of any framing elements).
For the frame width see getFrameWidth.
Parameters:
|
Panel | |
getLayout() : 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.
Parameters:
|
Container | |
getPosition( [Boolean local ] ) : Array Gets the current XY position of the component's underlying element.
Gets the current XY position of the component's underlying element.
Parameters:
|
BoxComponent | |
getSize() : Object Gets the current size of the component's underlying element.
Gets the current size of the component's underlying element.
Parameters:
|
BoxComponent | |
getTopToolbar() : Ext.Toolbar Returns the toolbar from the top (tbar) section of the panel.
Returns the toolbar from the top (tbar) section of the panel.
Parameters:
|
Panel | |
getUpdater() : Ext.Updater Get the Ext.Updater for this panel. Enables you to perform Ajax updates of this panel's body.
Get the Ext.Updater for this panel. Enables you to perform Ajax updates of this panel's body.
Parameters:
|
Panel | |
getXType() : String Gets the xtype for this component as registered with Ext.ComponentMgr. For a list of all
available xtypes, see the Ex...
Gets the xtype for this component as registered with Ext.ComponentMgr. For a list of all
available xtypes, see the Ext.Component header. Example usage:
Parameters:
|
Component | |
getXTypes() : String Returns this component's xtype hierarchy as a slash-delimited string. For a list of all
available xtypes, see the Ext...
Returns this component's xtype hierarchy as a slash-delimited string. For a list of all
available xtypes, see the Ext.Component header. Example usage:
Parameters:
|
Component | |
hasListener( String eventName ) : Boolean Checks to see if this object has any listeners for a specified event
Checks to see if this object has any listeners for a specified event
Parameters:
|
Observable | |
hide() : Ext.Component Hide this component.
Hide this component.
Parameters:
|
Component | |
initComponent() : void
Parameters:
|
BoxComponent | |
insert( Number index , Ext.Component component ) : 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.
Parameters:
|
Container | |
isVisible() : void Returns true if this component is visible.
Returns true if this component is visible.
Parameters:
|
Component | |
isXType( String xtype , [Boolean shallow ] ) : void Tests 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
from the xtype (default) or whether it is directly of the xtype specified (shallow = true). For a list of all
available xtypes, see the Ext.Component header. Example usage:
Parameters:
|
Component | |
load( Object/String/Function config ) : Ext.Panel Loads this content panel immediately with content returned from an XHR call.
Loads this content panel immediately with content returned from an XHR call.
Parameters:
|
Panel | |
on( String eventName , Function handler , [Object scope ], [Object options ] ) : void Appends an event handler to this element (shorthand for addListener)
Appends an event handler to this element (shorthand for addListener)
Parameters:
|
Observable | |
purgeListeners() : void Removes all listeners for this object
Removes all listeners for this object
Parameters:
|
Observable | |
register( Object config ) : void Configures a new quick tip instance and assigns it to a target element. The following config options
are supported:
...
Configures a new quick tip instance and assigns it to a target element. The following config options
are supported:
Property Type Description ---------- --------------------- ------------------------------------------------------------------------ target Element/String/Array An Element, id or array of ids that this quick tip should be tied to
Parameters:
|
QuickTip | |
remove( Component/String component , [Boolean autoDestroy ] ) : void Removes a component from this container. Fires the beforeremove event before removing, then fires
the remove event a...
Removes a component from this container. Fires the beforeremove event before removing, then fires
the remove event after the component has been removed.
Parameters:
|
Container | |
removeClass( string cls ) : void Removes a CSS class from the component's underlying element.
Removes a CSS class from the component's underlying element.
Parameters:
|
Component | |
removeListener( String eventName , Function handler , [Object scope ] ) : void Removes a listener
Removes a listener
Parameters:
|
Observable | |
render( [Mixed container ], [String/Number position ] ) : void If this is a lazy rendering component, render it to its container element.
If this is a lazy rendering component, render it to its container element.
Parameters:
|
Component | |
resumeEvents() : void Resume firing events. (see suspendEvents)
Resume firing events. (see suspendEvents)
Parameters:
|
Observable | |
setDisabled( Boolean disabled ) : void Convenience function for setting disabled/enabled by boolean.
Convenience function for setting disabled/enabled by boolean.
Parameters:
|
Component | |
setHeight( Number height ) : Ext.BoxComponent Sets the height of the component. This method fires the resize event.
Sets the height of the component. This method fires the resize event.
Parameters:
|
BoxComponent | |
setIconClass( String cls ) : void Sets the CSS class that provides the icon image for this panel. This method will replace any existing
icon class if ...
Sets the CSS class that provides the icon image for this panel. This method will replace any existing
icon class if one has already been set.
Parameters:
|
Panel | |
setPagePosition( Number x , Number y ) : Ext.BoxComponent Sets the page XY position of the component. To set the left and top instead, use setPosition.
This method fires the ...
Sets the page XY position of the component. To set the left and top instead, use setPosition.
This method fires the move event.
Parameters:
|
BoxComponent | |
setPosition( Number left , Number top ) : Ext.BoxComponent Sets the left and top of the component. To set the page XY position instead, use setPagePosition.
This method fires ...
Sets the left and top of the component. To set the page XY position instead, use setPagePosition.
This method fires the move event.
Parameters:
|
BoxComponent | |
setSize( Number/Object width , Number height ) : Ext.BoxComponent Sets the width and height of the component. This method fires the resize event. This method can accept
either width...
Sets the width and height of the component. This method fires the resize event. This method can accept
either width and height as separate numeric arguments, or you can pass a size object like {width:10, height:20}.
Parameters:
|
BoxComponent | |
setTitle( String title , String (optional) ) : void Sets the title text for the panel and optioanlly the icon class.
Sets the title text for the panel and optioanlly the icon class.
Parameters:
|
Panel | |
setVisible( Boolean visible ) : Ext.Component Convenience function to hide or show this component by boolean.
Convenience function to hide or show this component by boolean.
Parameters:
|
Component | |
setWidth( Number width ) : Ext.BoxComponent Sets the width of the component. This method fires the resize event.
Sets the width of the component. This method fires the resize event.
Parameters:
|
BoxComponent | |
show() : Ext.Component Show this component.
Show this component.
Parameters:
|
Component | |
showAt( Array xy ) : void Shows this tip at the specified XY position. Example usage:
Shows this tip at the specified XY position. Example usage:
Parameters:
|
Tip | |
showBy( Mixed el , [String position ] ) : void Shows this tip at a position relative to another element using a standard Ext.Element.alignTo
anchor position value. ...
Shows this tip at a position relative to another element using a standard Ext.Element.alignTo
anchor position value. Example usage:
Parameters:
|
Tip | |
suspendEvents() : void Suspend the firing of all events. (see resumeEvents)
Suspend the firing of all events. (see resumeEvents)
Parameters:
|
Observable | |
syncSize() : Ext.BoxComponent Force the component's size to recalculate based on the underlying element's current height and width.
Force the component's size to recalculate based on the underlying element's current height and width.
Parameters:
|
BoxComponent | |
toggleCollapse( Boolean animate ) : Ext.Panel
Shortcut for performing an expand or collapse based on the current state of the panel.
Parameters:
|
Panel | |
un( String eventName , Function handler , [Object scope ] ) : void Removes a listener (shorthand for removeListener)
Removes a listener (shorthand for removeListener)
Parameters:
|
Observable | |
unregister( String/HTMLElement/Element el ) : void Removes this quick tip from its element and destroys it.
Removes this quick tip from its element and destroys it.
Parameters:
|
QuickTip | |
updateBox( Object box ) : Ext.BoxComponent Sets the current box measurements of the component's underlying element.
Sets the current box measurements of the component's underlying element.
Parameters:
|
BoxComponent |
Event | Defined By | |
---|---|---|
activate : ( Ext.Panel this ) Fires after the panel has been visually activated. Note that panels do not directly support being
activated, but som...
Fires after the panel has been visually activated. Note that panels do not directly support being
activated, but some panel subclasses do (like Ext.Window).
Listeners will be called with the following arguments:
|
Panel | |
add : ( Ext.Container this , Ext.Component component , Number index ) Fires after any Ext.Component is added or inserted into the container.
Fires after any Ext.Component is added or inserted into the container.
Listeners will be called with the following arguments:
|
Container | |
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.
A handler can return false to cancel the add.
Listeners will be called with the following arguments:
|
Container | |
beforeclose : ( Ext.Panel this ) Fires before the panel is closed. Note that panels do not directly support being closed, but some
panel subclasses d...
Fires before the panel is closed. Note that panels do not directly support being closed, but some
panel subclasses do (like Ext.Window). This event only applies to such subclasses.
A handler can return false to cancel the close.
Listeners will be called with the following arguments:
|
Panel | |
beforecollapse : ( Ext.Panel this , Boolean animate ) Fires before the panel is collapsed. A handler can return false to cancel the collapse.
Fires before the panel is collapsed. A handler can return false to cancel the collapse.
Listeners will be called with the following arguments:
|
Panel | |
beforedestroy : ( Ext.Component this ) Fires before the component is destroyed. Return false to stop the destroy.
Fires before the component is destroyed. Return false to stop the destroy.
Listeners will be called with the following arguments:
|
Component | |
beforeexpand : ( Ext.Panel this , Boolean animate ) Fires before the panel is expanded. A handler can return false to cancel the expand.
Fires before the panel is expanded. A handler can return false to cancel the expand.
Listeners will be called with the following arguments:
|
Panel | |
beforehide : ( Ext.Component this ) Fires before the component is hidden. Return false to stop the hide.
Fires before the component is hidden. Return false to stop the hide.
Listeners will be called with the following arguments:
|
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
false to cancel the remove.
Listeners will be called with the following arguments:
|
Container | |
beforerender : ( Ext.Component this ) Fires before the component is rendered. Return false to stop the render.
Fires before the component is rendered. Return false to stop the render.
Listeners will be called with the following arguments:
|
Component | |
beforeshow : ( Ext.Component this ) Fires before the component is shown. Return false to stop the show.
Fires before the component is shown. Return false to stop the show.
Listeners will be called with the following arguments:
|
Component | |
bodyresize : ( Ext.Panel this , Number width , Number height ) Fires after the panel has been resized.
Fires after the panel has been resized.
Listeners will be called with the following arguments:
|
Panel | |
close : ( Ext.Panel this ) Fires after the panel is closed. Note that panels do not directly support being closed, but some
panel subclasses do...
Fires after the panel is closed. Note that panels do not directly support being closed, but some
panel subclasses do (like Ext.Window).
Listeners will be called with the following arguments:
|
Panel | |
collapse : ( Ext.Panel this ) Fires after the panel has been collapsed.
Fires after the panel has been collapsed.
Listeners will be called with the following arguments:
|
Panel | |
deactivate : ( Ext.Panel this ) Fires after the panel has been visually deactivated. Note that panels do not directly support being
deactivated, but...
Fires after the panel has been visually deactivated. Note that panels do not directly support being
deactivated, but some panel subclasses do (like Ext.Window).
Listeners will be called with the following arguments:
|
Panel | |
destroy : ( Ext.Component this ) Fires after the component is destroyed.
Fires after the component is destroyed.
Listeners will be called with the following arguments:
|
Component | |
disable : ( Ext.Component this ) Fires after the component is disabled.
Fires after the component is disabled.
Listeners will be called with the following arguments:
|
Component | |
enable : ( Ext.Component this ) Fires after the component is enabled.
Fires after the component is enabled.
Listeners will be called with the following arguments:
|
Component | |
expand : ( Ext.Panel this ) Fires after the panel has been expanded.
Fires after the panel has been expanded.
Listeners will be called with the following arguments:
|
Panel | |
hide : ( Ext.Component this ) Fires after the component is hidden.
Fires after the component is hidden.
Listeners will be called with the following arguments:
|
Component | |
move : ( Ext.Component this , Number x , Number y ) Fires after the component is moved.
Fires after the component is moved.
Listeners will be called with the following arguments:
|
BoxComponent | |
remove : ( Ext.Container this , Ext.Component component ) Fires after any Ext.Component is removed from the container.
Fires after any Ext.Component is removed from the container.
Listeners will be called with the following arguments:
|
Container | |
render : ( Ext.Component this ) Fires after the component is rendered.
Fires after the component is rendered.
Listeners will be called with the following arguments:
|
Component | |
resize : ( Ext.Component this , Number adjWidth , Number adjHeight , Number rawWidth , Number rawHeight ) Fires after the component is resized.
Fires after the component is resized.
Listeners will be called with the following arguments:
|
BoxComponent | |
show : ( Ext.Component this ) Fires after the component is shown.
Fires after the component is shown.
Listeners will be called with the following arguments:
|
Component | |
titlechange : ( Ext.Panel this , String The ) Fires after the panel title has been set or changed.
Fires after the panel title has been set or changed.
Listeners will be called with the following arguments:
|
Panel |