Defines a new application.
<application> <callbacks> ... </callbacks> <description> <description> <panel> </application>
Child tags for the element <application>
-
<Callbacks>
Specifies the callbacks that invoke functions from the IronPython extension script.
-
<description>
Description of the application.
-
<Panel>
Defines a panel to display.
Attributes for the element <application>
-
name
Name of the application.
Mandatory.
-
class
Class name of the controller of the application.
Optional.
-
context
Defines a context or combination of contexts (separated using '|') in which the application can be launched.
Optional.
-
MainPanel
Name of the first panel to display.
Optional.
Callbacks for the element <application>
-
<OnApplicationFinished>
Invoked when the application finishes.
-
<OnApplicationInitialized>
Invoked when the application initializes.
-
<OnApplicationStarted>
Invoked when the application starts.