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

Resize in Editform.aspx (Wiki)

2 Answers 84 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
holger
Top achievements
Rank 1
holger asked on 11 May 2009, 09:26 AM
Hi telerik,

We have the requirement to use the availabe screen width when editing MOSS wiki Content.

After installing RadEditor i set the size of the Webpart on editform aspx (/EditForm.aspx?Shared&ToolPaneView=2)
to a fixed size of 1400 pixel.

Result:

The size of the webpart is set, Buttons and the gray Border appar in the new size.

But the editing area (white box) still has the old size.

The question:

How to maximize the edit area in WIKIa?

rgds

Holger

2 Answers, 1 is accepted

Sort by
0
holger
Top achievements
Rank 1
answered on 12 May 2009, 07:17 AM
hi telerik,

Some additional information

The version is:
RadEditorSharePoint\4.5.6.0__1f131a624888eeed

setting the listconfigfile.xml to

 <configuration>
  <property name="ConvertToXhtml">true</property>
  <property name="EnableDocking">False</property>
  <property name="ShowPreviewMode">True</property>
  <property name="StripAbsoluteAnchorPaths">True</property>
  <property name="StripAbsoluteImagesPaths">True</property>
  <property name="Height">500px</property>
  <property name="Width">1000px</property>
  <property name="Skin">Default2006</property>
  </configuration>

Enables preview and strips Paths,  
but has no visible effect on size.

rgds

Holger
0
Stanimir
Telerik team
answered on 12 May 2009, 03:27 PM
Hello Holger,

When you are in forms scenario such as wiki, list, blog, the properties Height and Width set in the ListConfigFile.xml are ignored. The reason for this is that there is only one configuration file for all forms fields and since they have very different dimensions it is unreasonable to set the same with and height for every one of them. What happens is that the RadEditor gets the dimension of the field set in the SharePoint site. So the way to configure the dimensions of the RadEditor in forms scenario is to configure the dimensions of the fields that they represent in Edit mode.

I hope this helps.


Regards,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
WebParts for SharePoint
Asked by
holger
Top achievements
Rank 1
Answers by
holger
Top achievements
Rank 1
Stanimir
Telerik team
Share this question
or