X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..ddde20c4d4ac6a8d53de079761155de813845b3c:/docs/output/Ext.Window.html diff --git a/docs/output/Ext.Window.html b/docs/output/Ext.Window.html index 382d200d..48a6f68e 100644 --- a/docs/output/Ext.Window.html +++ b/docs/output/Ext.Window.html @@ -1,4 +1,4 @@ -
Package: | Ext |
Defined In: | Window.js |
Class: | Window |
Extends: | Panel |
A specialized panel intended for use as an application window. Windows are floated, resizable, and +
Package: | Ext |
Defined In: | Window.js |
Class: | Window |
Extends: | Panel |
A specialized panel intended for use as an application window. Windows are floated, resizable, and draggable by default. Windows can be maximized to fill the viewport, restored to their prior size, and can be minimized.
Windows can also be linked to a Ext.WindowGroup or managed by the Ext.WindowMgr to provide
@@ -991,8 +991,12 @@ of the Panel's Layout.
Note: see the Note for el
also.
buttons
config property. Read only.If this Window is configured draggable, this property will contain +an instance of Ext.dd.DD which handles dragging the Window's DOM Element.
+This has implementations of startDrag
, onDrag
and endDrag
+which perform the dragging action. If extra logic is needed at these points, use
+createInterceptor or createSequence to
+augment the existing implementations.
The Ext.Element which encapsulates this Component. Read-only.
This will usually be a <DIV> element created by the class's onRender method, but
that may be overridden using the autoEl
config.
ref
.Method | Defined By | |
---|---|---|
Window( Object config )
- Parameters:
| Window | |
add( Object/Array component , Object (Optional) , Object (Optional) )
+ Parameters:
| Window | |
add( ...Object/Array component )
:
- Ext.ComponentAdds Component(s) to this Container.
+ Ext.Component/Array Adds Component(s) to this Container.
Description :
<ul class="mdetail-params">
Fires the beforeadd event before addin... Adds Component(s) to this Container. @@ -1054,8 +1058,8 @@ tb.BorderLayout for more details. -Parameters:
| Container | |
addButton( String/Object config , Function handler , Object scope )
+Parameters:
| Container | |
addButton( String/Object config , Function handler , Object scope )
:
Ext.ButtonAdds a button to this panel. Note that this method must be called prior to rendering. The preferred
approach is to ... Adds a button to this panel. Note that this method must be called prior to rendering. The preferred
@@ -1137,7 +1141,9 @@ function call will be the scope provided or the current component. The arguments
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 | |
center()
:
- Ext.Window Centers this window in the viewport Centers this window in the viewport Parameters:
| Window | |
cloneConfig( Object overrides )
+ Ext.WindowCenters this window in the viewport Centers this window in the viewport Parameters:
| Window | |
clearAnchor()
+ :
+ Ext.Window Removes any existing anchor from this window. See anchorTo. Removes any existing anchor from this window. See anchorTo. Parameters:
| Window | |
cloneConfig( Object overrides )
:
Ext.ComponentClone 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 | |
close()
@@ -1170,38 +1176,38 @@ calc layouts as required (defaults to false, which calls doLayout recursively fo
:
Ext.Component Enable this component and fire the 'enable' event. Enable this component and fire the 'enable' event. Parameters:
| Component | |
enableBubble( String/Array events )
:
- voidEnables events fired by this Observable to bubble up an owner hierarchy by calling
-this.getBubbleTarget() if present... Enables events fired by this Observable to bubble up an owner hierarchy by calling
- This is commonly used by Ext.Components to bubble events to owner Containers. See Ext.Component.getBubbleTarget. The default -implementation in Ext.Component returns the Component's immediate owner. But if a known target is required, this can be overridden to -access the required target more quickly. -Example:
| Observable | |
expand( Boolean animate )
:
Ext.PanelExpands the panel body so that it becomes visible. Fires the beforeexpand event which will
@@ -1270,7 +1276,9 @@ or use a render listener directly:
Parameters:
| Component | |
getFrameHeight()
+}); Parameters:
| Component | |
getFooterToolbar() + : + Ext.Toolbar | Panel | |
getFrameHeight()
:
Number Returns the height in pixels of the framing elements of this panel (including any top and bottom bars and
header and ... Returns the height in pixels of the framing elements of this panel (including any top and bottom bars and
@@ -1498,10 +1506,10 @@ called internally by Sets the overflow on the content element of the component. Sets the overflow on the content element of the component. Parameters:
| BoxComponent | |
setDisabled( Boolean disabled )
:
- Ext.ComponentConvenience function for setting disabled/enabled by boolean. Convenience function for setting disabled/enabled by boolean. Parameters:
| Component | |
setHeight( Number height )
+ Ext.ComponentConvenience function for setting disabled/enabled by boolean. Convenience function for setting disabled/enabled by boolean. Parameters:
| Component | |
setHeight( Mixed height )
:
- Ext.BoxComponentSets the height of the component. This method fires the resize event. Sets the height of the component. This method fires the resize event. Parameters:
| BoxComponent | |
setIconClass( String cls )
@@ -1538,10 +1546,10 @@ In order to be able to set the title, a header eleme... | Panel | |
setVisible( Boolean visible )
:
- Ext.ComponentConvenience function to hide or show this component by boolean. Convenience function to hide or show this component by boolean. Parameters:
| Component | |
setWidth( Number width )
+ Ext.ComponentConvenience function to hide or show this component by boolean. Convenience function to hide or show this component by boolean. Parameters:
| Component | |
setWidth( Mixed width )
:
- Ext.BoxComponentSets the width of the component. This method fires the resize event. Sets the width of the component. This method fires the resize event. Parameters:
| BoxComponent | |
show( [String/Element animateTarget ], [Function callback ], [Object scope ] )
:
|