IBM InfoSphere Master Data Management, Version 10.1The rich text editor enables you to create and maintain a better presentation content with the master data. You can add your own rich text editor to the configuration file.
<editors>
<editor>
<name>Default Rich Text Editor</name>
<impl_class>com.ibm.ccd.api.ui.DefaultRichTextEditorImpl</impl_class>
<toolbar_functions></toolbar_functions>
<height></height>
<width></width>
</editor>
<editor>
<name>Dojo Text Editor</name>
<impl_class>com.sample.ui.DojoImpl</impl_class>
<toolbar_functions>"["redo","cut"]"</toolbar_functions>
<height>200px</height>
<width>80px</width>
</editor>
<editor_selected_for_instance>Default Rich Text Editor</editor_selected_for_instance>
</editors>
