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

[Solved] RadEditor not loading ConfigFile.xml properties in DNN

1 Answer 89 Views
Editor
This is a migrated thread and some comments may be shown as answers.
George Lew
Top achievements
Rank 1
George Lew asked on 10 Mar 2010, 03:52 AM
Hi,

I've installed RadEditor in DotNetNuke 5.1.4 using the downloaded Module installation pack.
However, it seems that the RadEditor does not understand the properties inside the xml...below are my ConfigFile.xml from \DesktopModules\TelerikWebUI\RadEditorProvider\

<?xml version="1.0" encoding="utf-8" ?> 
<configuration> 
  <property name="Skin">Default</property> 
  <property name="NewLineBr">false</property> 
  <property name="Width">600</property> 
</configuration> 

Did I missing anything? Thank you.

George Lew

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 12 Mar 2010, 02:56 PM
Hi George,

By default the editor uses the Default skin, so it is not needed to set the Skin property. In case you want to change the Skin property it should work in the ConfigFile.
The NewLineBr property should also work. Do you experience problems with it? Does the editor insert a paragraph on enter key press?

The Width could not be set via the ConfigFile.xml. The width of the editor depends of the specified width of the texteditor.ascx user control which is located in the Controls folder of DNN installation.

Sincerely,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Editor
Asked by
George Lew
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or