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

resize control

5 Answers 87 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
JKK
Top achievements
Rank 1
JKK asked on 29 Feb 2008, 03:29 AM
How do i go about resizing the radeditor control in MOSS07?
We've created a wiki site and we're using the control, but it's too small on the editform.aspx page. How would we change the size without sharepoint designer?

5 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 02 Mar 2008, 03:49 PM
Hi JKK,

You can easily set the editor's Width and Height properties through the provided ListConfigFile.xml located in the /Program Files/Common Files/Microsoft Shared/web server extensions/wpresources/RadEditorSharePoint/4.5.0.0__1f131a624888eeed/RadControls/Editor/
folder:

  <property name="Height">240px</property>
  <property name="Width">500px</property>

You can find more information in the following help article: Set Properties Via Config File.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Patrick Smith
Top achievements
Rank 1
answered on 13 Mar 2008, 08:03 PM
Hm. Although this works for me to change the configfile.xml for web parts, it doesn't seem to be effecting wiki page editing (if I edit the ListConfigFile.xml).

(i'm running 4.5.1.0)
0
Rumen
Telerik team
answered on 14 Mar 2008, 01:38 PM
Hi Patrick,

Please, open the Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\CONTROLTEMPLATES\RadEditorList.ascx file and increase the value of the FontSizeCoef="7" property, for example FontSizeCoef="10".

After that just restart IIS and test the editor.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Andres
Top achievements
Rank 1
answered on 31 Mar 2008, 10:20 AM
Thanks.
Changing both files and iisreset worked for me. But edit box (in wikiedit mode is still not 100% of free space).
But i can live with this :).
What the FontSizeCoef number mean ? It safe to increase it and can i increment it beyond 10?
0
Rumen
Telerik team
answered on 31 Mar 2008, 12:29 PM
Hi Andres,

The FontSizeCoef property calculates the editor's width and height in List scenarios in MOSS.
My suggestion is to increase the value of the FontSizeCoef property and see whether it works as expected on your side.

Kind regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Sharepoint Integration
Asked by
JKK
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Patrick Smith
Top achievements
Rank 1
Andres
Top achievements
Rank 1
Share this question
or