X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/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 @@ -
Observable
  Component
    BoxComponent
      Container
        Panel
          Window

Class Ext.Window

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 +

Observable
  Component
    BoxComponent
      Container
        Panel
          Window

Class Ext.Window

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.

Panel buttons : Array
This Panel's Array of buttons as created from the buttons config property. Read only.
Panel bwrap : Ext.Element
The Panel's bwrap Element used to contain other Panel elements (tbar, body, bbar, footer). See bodyCfg. Read-only.
Panel collapsed : Boolean
True if this panel is collapsed. Read-only.
Panel dd : Ext.dd.DD
If this Window is configured draggable, this property will contain -an instance of Ext.dd.DD which handles dragging th...
If this Window is configured draggable, this property will contain -an instance of Ext.dd.DD which handles dragging the Window's DOM Element.
Window disabled : Boolean
True if this component is disabled. Read-only.
Component el : Ext.Element
The Ext.Element which encapsulates this Component. Read-only. +an instance of Ext.dd.DD which handles dragging th...

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.

Window disabled : Boolean
True if this component is disabled. Read-only.
Component el : Ext.Element
The Ext.Element which encapsulates this Component. Read-only. This will usually be a <DIV> element created by the ...

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.

@@ -1027,9 +1031,9 @@ display:none on the layout target, *or any of its par...
display:none on the layout target, *or any of its parent elements* will mean it has no view area.
Container refOwner : Ext.Container
The 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

MethodDefined By