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

RadEditor in List items feature: paste images

1 Answer 30 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Roger Roch
Top achievements
Rank 1
Roger Roch asked on 08 Sep 2014, 03:48 PM
Hi there,

Is there a way to paste images directly into the Rich text field without having the need to use first the Image manager? My users make this as a key requirement.

Thanks

1 Answer, 1 is accepted

Sort by
0
Accepted
Ianko
Telerik team
answered on 11 Sep 2014, 10:53 AM
Hi Roger,

Pasting image files in HTML editable elements and expect results with proper image tags in HTML is a technology that cannot be controlled by the RadEditor control.

Rather it is a browser functionality and depends on the browser. For example, you will be able to paste image files directly into an editable element in Firefox, although, Chrome and IE do not support such functionality. 

You can test this native behavior using a plain HTML element to isolate this without the RadEditor, e.g.,
<div contenteditable="true" style="border:1px solid red; width:500px; height:300px;"></div>

Regards,
Ianko
Telerik
 
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
 
Tags
WebParts for SharePoint
Asked by
Roger Roch
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or