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

RadEditor issues

1 Answer 23 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Vincent
Top achievements
Rank 1
Vincent asked on 25 Aug 2009, 03:00 PM
Hi,

I have two questions regarding the RadEditor. I am using RadControls 2009 Q2 within MOSS 2007, and I use the RadEditor in my custom webparts.

1) the default font size and font-family are set to Verdana with a size:3. I wish to change this setting, but could not find which css class defines this. Please advise.

2) I have Image Manager enabled in my RadEditors. For some reason the upload button in the Image Dialog suddenly stopped working, and I do set the values to ViewImagePath and UploadImagePath.

Thanks,
Vincent

1 Answer, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 27 Aug 2009, 12:55 PM
Hello Vincent,

Since you are in MOSS environment I assume that you are using the RadEditor for MOSS, which is control especially created for MOSS.

Regarding your CSS problem you can find information in the following help article http://www.telerik.com/help/aspnet-ajax/defining-custom-css-styles.html.

Regarding the Image Manager, In the following article you can find information on it http://www.telerik.com/help/aspnet-ajax/image_manager.html . There is described how to configure ImagesPaths and ImagesFilters properties of the RadEditor.

Here is some additional information on how the ImagesPaths collection works.

By default, all the libraries from the current site are included in the ImagePaths collection.

When you set path starting without slash (e.g. "ImagesLibrary"), you will refer a local library - library from the current Web. If you set path staring with slash (e.g. /ImagesLibrary), you will refer a library from the SiteCollection (root).

For example:
SiteCollection/ImagesLibrary
SiteCollection/SubSite1/ImagesLibrary

Lets  open the SubSite1 ConfigFile.xml and set the following images path:
<property name="ImagesPaths">
  <item>ImagesLibrary</item>
</property>
The ImageManager will load the SiteCollection/SubSite1/ImagesLibrary. 

If you set the path with slash the ImageManager will open the SiteCollection/ImagesLibrary e.g. 
<property name="ImagesPaths">
  <item>/ImagesLibrary</item>
</property>


Also you should know that if you set e library such as SiteCollection/SubSite1/ImagesLibrary, the currently logged user should have at least reading rights for all site collections of the path. Otherwise the ImagesLibrary will not appear in the ImageMangager dialogue.


I hope this helps.



Regards,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Sharepoint Integration
Asked by
Vincent
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Share this question
or