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

Styles drop down box in Rad Editor

1 Answer 50 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Chayan Biswas
Top achievements
Rank 1
Chayan Biswas asked on 05 Apr 2011, 08:07 PM
Hi,

Is there any way to increase the width of the drop dwon box poulated, because the the style names render are not fully visible to the users. Please see the attached image for more details.

Also want to customize the editor to have only selective icons/buttons int it.

Thanks & Regards,
Jagadish

1 Answer, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 06 Apr 2011, 08:07 AM
Hello Chayan,

From the provided screen shot I can tell that you are using RadEditor for MOSS 4.x. It is based on the classic ASP.NET RadEditor. So first I advise you to upgrade to the Latest ASP.NET AJAX version of RadEditor for MOSS (currently 5.8.7). You can find the upgrade instructions in the following online help article: Upgrade Instructions from version 4.x to version 5.x .

Now on the problem:
1. If you decide to upgrade, review the following online help article: Resizing The Dropdown Header And Pop Up Size. There is an XML section where you can find the following code:
<tools>   
    <tool name="FormatBlock" popupheight="250px"/>   
    <tool name="FontName" popupwidth="300px" />   
    <tool name="RealFontSize" width="200px"   />
</tools>
Then review the following article: Add/Remove tools from the toolbar

2. If you don't upgrade review the following online help article: Resizing The Dropdown Header And Pop Up Size. Review this article as well it is also valid for the lite version of RadEditor fro MOSS Set Properties Via Config File.


All the best,
Stanimir
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
WebParts for SharePoint
Asked by
Chayan Biswas
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Share this question
or