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

Best way to size the editor?

1 Answer 55 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Christopher
Top achievements
Rank 1
Christopher asked on 12 May 2008, 08:56 PM
Hi all,

Currently I am using the MOSS editor instead of the default sharepoint editor. I'm using the DisplayHeight DisplayWidth setting to change the size while in edit mode. Is there a better way to do this yet? For example dynamically have the size change, for example if there are 2 field controls next to each other. Have each take up 50% of the screen so there is no side scrolling while editing?

I read somewhere a vertical dynamic change was in the works. Has there been any updates to this?

Thanks!

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 13 May 2008, 03:52 PM
Hi Christopher,

Could you please clarify what is your exact scenario - Lists Items, Web Content Management ?

Note that you can set the editor's size using the ConfigFile e.g.

Web Part and WCM scenario


You need to modify the ConfigFile.xml which is located in the following folder:  /Program Files/Common Files/Microsoft Shared/web server extensions/wpresources/RadEditorSharePoint/4.3.2.0__1f131a624888eeed/RadControls/Editor/

For example you can set the ImagesPaths property here:

<property name="Width">
    <item>500</item>
</property>
<property name="Height">
    <item>400</item>
</property>

SharePoint forms scenario (Lists, Wikis, Blogs, etc.)

You need to modify the ListConfigFile.xml located in the same folder.

I hope this helps. 

Sincerely,

George
the Telerik team


Instantly find answers to your questions at the new Telerik Support Center
Tags
WebParts for SharePoint
Asked by
Christopher
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or