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

RadEditor Height & Width issues in MOSS

2 Answers 75 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Shawn Fergason
Top achievements
Rank 2
Shawn Fergason asked on 20 Jun 2008, 06:24 PM
I am having an issue with the width and height of the RadEditor(s) when the appear on a page for editing content.
I have installed RadEditor as the default HTMl editor on a brand new Sharepoint web site. The 'content' portion of the editor exand off the edge of the browers, let alone it page 'area'.
I have tweaked the ConfigFile.xml & ToolsFile.xml with no success.
the Tool bar itself is fine, it's the content portion of the control that is 'huge'.
i can grab the bottom corner and resize them down but that is not practical.
- <configuration>
  <property name="AllowThumbGeneration">True</property>
  <property name="ConvertToXhtml">True</property>
  <property name="EnableDocking">False</property>
  <property name="ShowHtmlMode">True</property>
  <property name="ShowPreviewMode">False</property>
  <property name="StripAbsoluteAnchorPaths">False</property>
  <property name="StripAbsoluteImagesPaths">False</property>
  <property name="ToolbarMode">ShowOnFocus</property>
  <property name="ToolsWidth">100%</property> changes this
  <property name="Skin">Default2006</property>
  <property name="AutoResizeHeight">True</property>  added this
  <property name="AutoResizeWidth">True</property>  added this
  </configuration>

Help

2 Answers, 1 is accepted

Sort by
0
Shawn Fergason
Top achievements
Rank 2
answered on 20 Jun 2008, 06:31 PM
I want to added to this that it actually looks like the RadEditor id appearing in the stanard editor???
I get the RadEditor if  i click in the 'huge' content box but i get the standard MOSS editor if i click on 'edit content'.
0
Lini
Telerik team
answered on 24 Jun 2008, 03:07 PM
Hello,

I tried to reproduce the problem you have but the editor displayed fine with the config file settings you posted. Could you post a couple of screenshots to show us what you see? Perhaps it has something to do with the editor content? Try an empty editor and see if it behaves the same way.

There is no ToolsWidth or AutoResizeWidth properties in the editor. The ToolsWidth is in the configuration file now, because it was used in the previous RadEditor for MOSS and we plan to implement it in a future release of the Ajax RadEditor as well. However, there are no plans to ad an AutoResizeWidth property. You can try adding a Width property and setting it to 100%. However, I am not sure it will work in all cases because MOSS pages do not have a DOCTYPE set.

Sincerely yours,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
WebParts for SharePoint
Asked by
Shawn Fergason
Top achievements
Rank 2
Answers by
Shawn Fergason
Top achievements
Rank 2
Lini
Telerik team
Share this question
or