Information Management IBM InfoSphere Master Data Management, Version 10.1

Adding a rich text editor

The 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.

About this task

Customizing the rich text editor is supported only in the classic business user interface.

Procedure

  1. Open the rich_text_editor_config.xml file. The file is located in the etc/default directory.
  2. Add or edit the editor section in the etc/default directory:

Example

The configuration rich text editor file takes the following format:

<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>



Feedback

Timestamp Last updated: 16 Oct 2014

Topic URL: