This is a migrated thread and some comments may be shown as answers.

HTML button doesn't disappear

1 Answer 42 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jeroen
Top achievements
Rank 1
Jeroen asked on 24 Mar 2009, 09:04 AM
Hi,

I'm using the Rad editor for MOSS and i have the following configfile.xml:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <property name="ShowHtmlMode">false</property>
  <property name="EnableDocking">False</property>
  <property name="ToolbarMode">PageTop</property>
  <property name="Skin">Gray</property>
  <property name="ImagesPaths">
 <item>/PublishingImages</item>
  </property>
</configuration>

But the HTML mode button still appears in the editor. When i change other properties the are applied, but not they ShowHtmlMode.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 26 Mar 2009, 03:59 PM
Hi Jeroen,

Please, replace the following tag

<property name="ShowHtmlMode">false</property>

with this one:

<property name="EditModes">Design,Preview</property>

All the best,
Rumen
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Jeroen
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or