views:

29

answers:

3

Hi all

I want to modify the standard sharepoint Rich Text Editor control so that I can add a button to upload images easily by browsing the site's picture libraries and adding a reference to the image in the body of the editor.

please tell me what I need to do to achieve this ?

thanks

+2  A: 

Telerik's RadEditor for SharePoint 2007 offers that functionality. It can be deployed as a replacement for de OOB rich text editor.

Tom Vervoort
thanks but I want to know if this can be achieved using OOB tools
Mina Samy
It can't without getting neck deep in development - that is unlikely to be cheaper than buying 3rd party.
Ryan
A: 

Customizing the out-of-the-box SharePoint editor is rather simple by means of the RTEToolbarExtension.xml file. See this blog for an example.

Bernd
Thanks Bernd for your help, what I wanted to edit is the editor that appeats in new item/edit forms when adding/edit a list item with multiple lines field.
Mina Samy
A: 

OK I got what I wanted from these links:

http://www.notesfor.net/post/2009/01/21/Enhance-SharePoint-rich-text-field.aspx http://spnote.com/be/post/2009/06/16/ImprovedRichTextField.aspx

thanks

Mina Samy