Index

PopupWindow

This window is inherit the AppWindow, and modifies some properties
different from the later.

Members

__proto__

CLASS_LIST :string

Change this if new window has its own styles.

closeAnimation :String

Default closing animation.

eventPrefix :String

We would maintain our own events by other components.

openAnimation :String

Default opening animation.

Events

appclose

Fired when the app's closing animation is ended.

appclosing

Fired when the app is doing closing animation.

appcreated

This is fired when the app window is instantiated.

appdestroyed

Fired after the instance id destroyed.

appopen

Fired when the app's opening animation is ended.

appopening

Fired when the app is doing opening animation.

apprendered

Fired after the app window element is appended to the DOM tree.

apprequestclose

Fired once we'd like to be closed.
The one who makes decision to call close() would be AppWindowManager.

apprequestopen

Fired once we'd like to be opened.
The one who makes decision to call open() would be AppWindowManager.

appresize

Fired when the app is resized.

appterminated

Fired when the instance is terminated.

appwilldestroy

Fired before the instance id destroyed.

appwillrender

Fired before this element is appended to the DOM tree.