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

RAD Editor for Asp.Net in Sharepoint

3 Answers 206 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Jan
Top achievements
Rank 1
Jan asked on 01 Oct 2007, 06:35 AM
Hello, we're using the Fullfeatured RAD Editor for MOSS actual in our Sharepoint Server but i have seen that the RAD Editor for ASP.NET has more functions like flash integration, or SpellCheck and so on. Its possible to integrate the RAD Editor for ASP.NET and is there any How to?

In the "Adding the Telerik ASP.NET 2.0 RadMenu Control to MOSS 2007 Publishing Sites" -whitepaper I have read that this Howto is only for RadMenu, RadTreeView and RadTabStrip is that right?

So long


3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 01 Oct 2007, 01:19 PM
Hi Jan,

All you need to do is to modify the ToolsFile.xml which is located in the following folder:

/Program Files/Common Files/Microsoft Shared/web server extensions/wpresources/RadEditorSharePoint/4.3.1.0__1f131a624888eeed/RadControls/Editor/

and add the following tools:

<tool name="FlashManager" />
<tool name="MediaManager" />
<tool name="AjaxSpellCheck" />
in the WCM scenario you will also need to add / set the AllowSpecialTags property to true. You can set it in the current page using SharePoint Designer. Click here for more information

SharePoint forms scenario (Lists, Wikis, Blogs, etc.)

You cannot enter Media / Flash files in such scenarios. There RadEditor does not have control over the presentation view which means that we cannot control the output when it is not in edit mode.



All the best,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Jan
Top achievements
Rank 1
answered on 02 Oct 2007, 08:02 AM
Aloha again,

thanks for the answer :)

i've some other question are there other features that I can integrate so easy like the flash and spell check option?

and why I cant use the upload funktion of flash,image or media webpart?

can I change the language of the SpellCheck feature into german?

its possible to change the skin of the RAD Editor?

so long
Jan

0
Rumen
Telerik team
answered on 03 Oct 2007, 04:15 PM
Hi Jan,

Up to the questions:
  1. Yes, you can use the upload functionality of the file browser dialogs. To be able to upload files, the logged user should have permissions to read/delete/create list items as well as permissions for the web site.
  2. You can set the dictionary language through the ConfigFile.xml and ListConfigFile.xml files located in Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\4.4.0.0__1f131a624888eeed\RadControls\Editor

      <property name="SpellDictionaryLanguage">de-DE</property>

    You can see how to set the editor's localization to German in the attached video.

  3. You can change the editor skin again trough the ConfigFile.xml file:

     <property name="Skin">Default2006</property>

Kind regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Sharepoint Integration
Asked by
Jan
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Jan
Top achievements
Rank 1
Share this question
or