Property | Defined by | ||
---|---|---|---|
autoVisible : Boolean True if this extension is visible on loading.
| Extension | ||
basePath : String The base path of this extension
| Extension | ||
defaultExtensionData : XML The extension data contained in the default
ExtensionDispatchInfo section of the extension manifest. | Extension | ||
height : Number The default height in pixels of the main window of this extension.
| Extension | ||
id : String The unique identifier of the extension.
| Extension | ||
maxHeight : Number The maximum height in pixels of the main window of this extension.
| Extension | ||
maxWidth : Number The maximum width in pixels of the main window of this extension.
| Extension | ||
minHeight : Number The minimum height in pixels of the main window of this extension.
| Extension | ||
minWidth : Number The minimum width in pixels of the main window of this extension.
| Extension | ||
name : String The localizable display name of the extension.
| Extension | ||
pluginExtension : Boolean = false Flag indicating wether this extension has been deployed in the Plugins folder of the host app.
| Extension | ||
specialExtensionData : XML The extension data contained in the application-specific
ExtensionDispatchInfo section of the extension manifest. | Extension | ||
swfPath : String The path of the compiled Flash (SWF) file that implements this extension
| Extension | ||
width : Number The default width in pixels of the main window of this extension.
| Extension | ||
windowType : String Retrieves the window type for this extension.
| Extension |
Method | Defined by | ||
---|---|---|---|
Creates the extension object.
| Extension |
autoVisible | property |
public var autoVisible:Boolean
True if this extension is visible on loading.
basePath | property |
public var basePath:String
The base path of this extension
defaultExtensionData | property |
public var defaultExtensionData:XML
The extension data contained in the default ExtensionDispatchInfo
section of the extension manifest.
height | property |
public var height:Number
The default height in pixels of the main window of this extension.
id | property |
public var id:String
The unique identifier of the extension.
maxHeight | property |
public var maxHeight:Number
The maximum height in pixels of the main window of this extension.
maxWidth | property |
public var maxWidth:Number
The maximum width in pixels of the main window of this extension.
minHeight | property |
public var minHeight:Number
The minimum height in pixels of the main window of this extension.
minWidth | property |
public var minWidth:Number
The minimum width in pixels of the main window of this extension.
name | property |
public var name:String
The localizable display name of the extension.
pluginExtension | property |
public var pluginExtension:Boolean = false
Flag indicating wether this extension has been deployed in the Plugins folder of the host app.
specialExtensionData | property |
public var specialExtensionData:XML
The extension data contained in the application-specific ExtensionDispatchInfo
section of the extension manifest.
swfPath | property |
public var swfPath:String
The path of the compiled Flash (SWF) file that implements this extension
width | property |
public var width:Number
The default width in pixels of the main window of this extension.
windowType | property |
windowType:String
[read-write]Retrieves the window type for this extension.
This property can be used as the source for data binding.
Implementation public function get windowType():String
public function set windowType(value:String):void
See also
Extension | () | constructor |
public function Extension()
Creates the extension object.