X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.air.NativeWindow.html diff --git a/docs/output/Ext.air.NativeWindow.html b/docs/output/Ext.air.NativeWindow.html index f363946b..4c1bfc61 100644 --- a/docs/output/Ext.air.NativeWindow.html +++ b/docs/output/Ext.air.NativeWindow.html @@ -1,882 +1,185 @@ -
-
- Properties - Methods - Events - Config Options - Direct Link -
-
-
Observable
-  NativeObservable
-    NativeWindow
-

Class Ext.air.NativeWindow

- - - - - -
Package:Ext.air
Defined In:NativeWindow.js
Class:NativeWindow
Extends:NativeObservable
-
- * -Wraps the AIR NativeWindow class to give an Ext friendly API.

This class also adds -automatic state management (position and size) for the window (by id) and it can be used -for easily creating "minimize to system tray" for the main window in your application.

-Note: Many of the config options for this class can only be applied to NEW windows. Passing -in an existing instance of a window along with those config options will have no effect.
- -
- -

Config Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Config OptionsDefined By
  - - chrome : String
- The native window chrome (defaults to 'standard', can also be 'none').
-
NativeWindow
  - - height : Number
-
-
NativeWindow
  - - instance : air.NativeWindow
- The native window instance to wrap. If undefined, a new window will be created.
-
NativeWindow
  - - maximizable : Boolean
-
-
NativeWindow
  - - minimizable : Boolean
-
-
NativeWindow
  - - resizable : Boolean
-
-
NativeWindow
  - - transparent : Boolean
-
-
NativeWindow
  - - trayIcon : String
- The icon to display when minimized in the system tray
-
NativeWindow
  - - trayMenu : NativeMenu
- Menu to display when the tray icon is right clicked
-
NativeWindow
  - - trayTip : String
- Tooltip for the tray icon
-
NativeWindow
  - - type : String
- The native window type - normal, utility or lightweight. (defaults to normal)
-
NativeWindow
  - - width : Number
-
-
NativeWindow
- -

Public Properties

- - - - - - - - - - -
PropertyDefined By
  - - id : String
-
-
NativeWindow
- -

Public Methods

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MethodDefined By

Public Events

EventDefined By
\ No newline at end of file