
IT Betrieb
Top achievements
Rank 1
IT Betrieb
asked on 02 Dec 2008, 04:25 PM
Hi,
I would like to set the default font size for the edit mode, but all instructions I found said that css files in RadControl\skins... should be edited. Unfortunately I don't have a RadControls Folder in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\wpresources\RadEditorSharePoint\5.3.1.0__1f131a624888eeed\Resources
Regards
Markus
I would like to set the default font size for the edit mode, but all instructions I found said that css files in RadControl\skins... should be edited. Unfortunately I don't have a RadControls Folder in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\wpresources\RadEditorSharePoint\5.3.1.0__1f131a624888eeed\Resources
Regards
Markus
4 Answers, 1 is accepted
0
Hi Markus,
You can find information on how to add custom CSS styles in our online help.
http://www.telerik.com/help/aspnet-ajax/defining-custom-css-styles.html
I think that this will help you.
Kind regards,
Stanimir
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
You can find information on how to add custom CSS styles in our online help.
http://www.telerik.com/help/aspnet-ajax/defining-custom-css-styles.html
I think that this will help you.
Kind regards,
Stanimir
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

IT Betrieb
Top achievements
Rank 1
answered on 05 Dec 2008, 12:35 PM
Ok, thanks. But it does only half the job.
The font-size in the editor is know smaller, but what I want is that the Font-Size DropDown displays "2" as default value.
Without adding custom css code, I create a new page, click in the editor textarea -> Times New Roman is selected as font and 3 as font-size
With a CssEditor.css file in "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\wpresources\RadEditorSharePoint\5.3.1.0__1f131a624888eeed\Resources" which contains "body { font-size: 13px !important; }" the font in the editor is smaller, but the DropDown does not display "3", but "S..."
I know it's just convenience, but our customer wants it...
The font-size in the editor is know smaller, but what I want is that the Font-Size DropDown displays "2" as default value.
Without adding custom css code, I create a new page, click in the editor textarea -> Times New Roman is selected as font and 3 as font-size
With a CssEditor.css file in "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\wpresources\RadEditorSharePoint\5.3.1.0__1f131a624888eeed\Resources" which contains "body { font-size: 13px !important; }" the font in the editor is smaller, but the DropDown does not display "3", but "S..."
I know it's just convenience, but our customer wants it...
0
Hi Mark,
In order to set the default Font-Size DropDown value to "2", you need to add the following style in the respective CssEditor.css file. This will set the default Font-Name to Arial as well.
You can find more information about Default Font for Editable Content in our online help http://www.telerik.com/help/aspnet-ajax/defaultfontforeditablecontent.html .
I hope this helps.
Regards,
Stanimir
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
In order to set the default Font-Size DropDown value to "2", you need to add the following style in the respective CssEditor.css file. This will set the default Font-Name to Arial as well.
body |
{ |
font-family: Arial, Verdana, Tahoma !important; |
font-size: 10pt !important; |
} |
You can find more information about Default Font for Editable Content in our online help http://www.telerik.com/help/aspnet-ajax/defaultfontforeditablecontent.html .
I hope this helps.
Regards,
Stanimir
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

IT Betrieb
Top achievements
Rank 1
answered on 09 Dec 2008, 09:57 AM
I'm so sorry. I knew all these pages, but I always thought font-size 2 means 13pt and not 10 :(
Thank you very much for your endurance.
Regards,
Markus
Thank you very much for your endurance.
Regards,
Markus