Editor in a Project Wizard
This needs a custom layout for the wizard. Add the following ComponentRenderer to the UI layout in the XML
ComponentRenderer
<component name="MyEditor" topAttachment="Title" leftAttachment="Properties" rightAttachment="" rightOffset="10" bottomAttachment="Chart" widthType="Percentage" width="25" heightType="Percentage" height="50" maxHeight="50" componentType="editorComponent" />
The text in the Editor can be retrieved via the following python command:
my_editor = step.UserInterface.GetComponent("MyEditor") text = my_editor.Content
Different ComponentRenderers in WB