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

Full width for RAD editor possible?

2 Answers 87 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Leigh D'Sylva
Top achievements
Rank 1
Leigh D'Sylva asked on 09 Sep 2009, 08:43 PM
I've just installed the free RAD Editor for MOSS (version 4.5.6) as a content manager editor. Is there a way to get the editor to display the full width of the window, similar to the MOSS built-in editor? Currently it only opens half the window's width.

2 Answers, 1 is accepted

Sort by
0
Accepted
Stanimir
Telerik team
answered on 10 Sep 2009, 06:04 AM
Hello LEigh,

By pressing F11 you can toggle between full screen and normal mode. However this functionality is no available  in the Lite version of the RadEditor.

Regarding the Width, you can control it only in Web Part or WCM scenario, not in list (list, wiki, blog ...) scenario. In order to do so you need to  modify the respective ConfigFile.xml, which is located in the Program Files/Common Files/Microsoft Shared/web server extensions/wpresources/RadEditorSharePoint/4.x.x.x__1f131a624888eeed/RadControls/Editor folder. Add the following code:
<property name="Width">100%</property> 
or define the with in pixels.
<property name="Width">700px</property> 

I hope this helps.

Greetings,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Leigh D'Sylva
Top achievements
Rank 1
answered on 10 Sep 2009, 12:41 PM
Thanks Stanimir that worked. Using the same logic I also managed to adjust the height.

<property name="Height">500px</property> 
Tags
WebParts for SharePoint
Asked by
Leigh D'Sylva
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Leigh D'Sylva
Top achievements
Rank 1
Share this question
or