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

I can't find Editor.ContentArea.css file in the Skins folder

2 Answers 43 Views
Editor
This is a migrated thread and some comments may be shown as answers.
gs1711
Top achievements
Rank 1
gs1711 asked on 01 Dec 2010, 07:39 AM
I see Editor.css file though. Has the file been renamed to Editor.css ? I need to set default font and font size for the Editor. Do I need to make those changes in Editor.css file ?I am using  RadControls for ASP.NET AJAX Q2 2010

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 01 Dec 2010, 11:42 AM
Hello,


You need to create your custom css file add in your project and refer to the file using CssFiles property of RadEditor.

Mark-up:
<telerik:RadEditor runat="server" ID="RadEditor1">
            <CssFiles>
                <telerik:EditorCssFile Value="~/Editor/EditorContentArea.css" />
            </CssFiles>
</telerik:RadEditor>

Setting Content Area Defaults



-Shinu.
0
Rumen
Telerik team
answered on 01 Dec 2010, 12:01 PM
Here is an additional support resource, which provides guidance how to set the default font:

http://www.telerik.com/help/aspnet-ajax/defaultfontforeditablecontent.html


All the best,
Rumen
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Editor
Asked by
gs1711
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Rumen
Telerik team
Share this question
or