Site Manager Developer Manual / Version 2304
Table Of ContentsProperty editors are connected with fields in document types or with variables in workflows. In this way, for example, you can apply a combo box to a field.
<Property name="Author" editorClass="ComboBoxStringEditor">
<HistoryItem value="TestEditor"/>
<HistoryItem value="Editor"/>
</Property>
Example 5.1. Example for the use of a property editor


