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

Expanding RadHtmlField content area vertically

1 Answer 34 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
mats
Top achievements
Rank 1
mats asked on 07 Apr 2009, 06:31 PM


In the article below it's possible to expande the RadEditor content area vertically. Is this possible using the RadHtmlField? We use 2008 Q3 release and i try to use the attachResizeEvents method described in the article but this doesn't work.

http://www.telerik.com/support/kb/aspnet-ajax/editor/expanding-radeditor-s-content-area-vertically-without-using-scrollbars-to-accommodate-all-content-entered.aspx

Regards Mats

1 Answer, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 09 Apr 2009, 06:53 AM
Hi Mats,

What you need to do is set the Height property by modifying the respective ConfigFile.xml or ListConfigFile.xml (forms - lists, wiki, blog ...), which are located in Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.3.2.0__1f131a624888eeed\Resources folder.

For example add the following code.
<property name="Height">700px</property> 

I hope this helps.

Best wishes,
Stanimir
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
WebParts for SharePoint
Asked by
mats
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Share this question
or