IBM Support

Disabling Rich Text Editor in Long Description for Maximo 7.6

Technical Blog Post


Abstract

Disabling Rich Text Editor in Long Description for Maximo 7.6

Body

Are you trying to disable the richtext editor for Maximo 7.6 but you notice that the control-registry.xml file  is different from the instructions on the technote below:

/support/pages/node/502047

The concept is basically the same.  You need to comment out the
components containing the richtexteditor, the richtextviewer, and the
textarea that is already defined.  Then define the new textarea.

Here is the commented out sections with the new textarea:


    <!-- <components id="co4" layout="horizontal">
     <richtexteditor id="rte" dataattribute="@{dataattribute}"
inputmode="@{inputmode}" width="@{width}" height="@{height}"
      plugins="@{plugins}" extra_plugins="@{extra_plugins}"
dojo_require="@{dojo_require}" load_css="@{load_css}"
dojo_type="@{dojo_type}" hidewhen="{mobile}==true" />
    </components>
    <components id="co5" layout="horizontal">
     <richtextviewer id="rtv" dataattribute="@{dataattribute}"
width="@{width}" height="@{height}" hidewhen="{mobile}==false or
{rendertextarea}==true"/>
    </components>
    <components id="co6" layout="horizontal">
     <textarea id="ta" dataattribute="@{dataattribute}" width="@{width}"
height="@{height}" inputmode="@{inputmode}" hidewhen="{mobile}==false or
{rendertextarea}==false"/>
    </components>-->
    <components id="co7" layout="horizontal">
     <textarea id="${name}_textarea" dataattribute="@{dataattribute}"
width="@{width}" height="@{height}" inputmode="@{inputmode}" />
    </components>

 

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSLKT6","label":"IBM Maximo Asset Management"},"Component":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

UID

ibm11130625