This feature is very cool in some cases but may cause some troubles. I personally do not like the effects of pasting text into such RTF text boxes.
To disable the formatting features of these controls you can just add the following attributes to the richtexteditor element in the application XML definition: plugins="[]" extra_plugins="[]"
Here are the steps.
- Open the Application Designer.
- Open the application you want to modify.
- Export the XML definition.
- Open the XML with a text editor.
- For each richtexteditor element add the plugins and extra_plugins attributes (look at the example below).
- Save the XML file.
- Update the application definition importing the XML in the Application Designer.
Example
Before
<richtexteditor dataattribute="description_longdescription" id="main_grid3a_col1_2"/>
After
<richtexteditor dataattribute="description_longdescription" id="main_grid3a_col1_2" plugins="[]" extra_plugins="[]"/>
References
- IBM TechNote - Removing Rich Text Editor in LD Field in the UI
- Disable rich text from long descriptions in Maximo 7.5
- Maximo Wiki - Making long description a text field
- Featured Documents for Rich Text Issues in Maximo 7.5
Source:http://maximodev.blogspot.com/2013/09/how-to-disable-75-rich-text-editor.html
Thank You,
BalasHapusActually, I need some important information on Rich Text Edit Control but I can’t find it then I saw your post and this very informative for me… Good work Keep Doing