Advertisement
sunk818

disable maximo 7.5 rich text editor

Apr 20th, 2015
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.86 KB | None | 0 0
  1. <!--
  2.     <richtexteditor id="${name}_richtexteditor" dataattribute="@{dataattribute}" inputmode="@{inputmode}" width="@{width}" height="@{height}"
  3.     plugins="@{plugins}" extra_plugins="@{extra_plugins}" dojo_require="@{dojo_require}" load_css="@{load_css}" dojo_type="@{dojo_type}" hidewhen="{mobile}==true" />
  4.     <richtextviewer id="${name}_richtextviewer" dataattribute="@{dataattribute}" width="@{width}" height="@{height}" hidewhen="{mobile}==false or {rendertextarea}==true" />
  5.     <textarea id="${name}_textarea" dataattribute="@{dataattribute}" width="@{width}" height="@{height}" inputmode="@{inputmode}" hidewhen="{mobile}==false or {rendertextarea}==false" />
  6. -->
  7.  
  8. <!-- added 12 Sep 2013 -->
  9.      <textarea id="${name}_textarea" dataattribute="@{dataattribute}" width="@{width}" height="@{height}" inputmode="@{inputmode}" />
  10. <!-- added 12 Sep 2013 -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement