Class defining a guided process (a wizard or AIM custom template) within the extension.
Remarks
None.
Examples
None.
Table 103: XML Tag Listing
Tag | <Callbacks> |
Specifies the callbacks that will invoke functions from the IronPython extension script. (inherited from BaseApplication) |
Callback | <canstart> |
Callback that is invoked to determine whether the application can be started. (inherited from BaseApplication) |
Tag | <Description> |
Description of the application. (inherited from BaseApplication) |
Tag | <Step> |
No details provided. |
Attribute | allowNavigation= |
No details provided. |
Attribute | caption= |
Caption of the application. (inherited from BaseApplication) |
Attribute | context= |
Context or combination of contexts (separated using '|'). (inherited from BaseApplication) |
Attribute | hidden= |
No details provided. |
Attribute | icon= |
Icon for the application. (inherited from BaseApplication) |
Attribute | layout= |
Layout to be used to display the wizard. |
Attribute | name= |
Name of the application. (inherited from BaseApplication) |
Attribute | persistent= |
No details provided. |
Attribute | subContext= |
Sub-context used by AIM to filter the availability of the wizard. |
Attribute | version= |
Major version of the application. (inherited from BaseApplication) |