taskWizards
Identifier:
org.eclipse.birt.prototypetaskwizardframework.taskWizards
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension (taskWizards+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT taskWizards EMPTY>
<!ATTLIST taskWizards
wizardID CDATA #REQUIRED
tasklist CDATA #IMPLIED
positionBefore CDATA #IMPLIED>
A representation of a task-oriented Wizard. This representation is intended for extending the tasks available in the wizard on initialization without modifying invocation code.
- wizardID - An ID uniquely identifying this wizard.
- tasklist - A comma separated list of registered TaskIDs. The tasks represented by these IDs will be included in the wizard (in the same order as listed) by default.
- positionBefore - An ID for a task included in this wizard before which the tasks specified by 'tasklist' are to be inserted.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]