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