Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: diable the image from the editor
diable the image from the editor
Last post 10-31-2011, 12:17 PM by
Kenneth
. 1 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
10-27-2011, 7:51 PM
70544
wolf11th
Joined on 11-20-2009
Posts 145
diable the image from the editor
Reply
Quote
Hi there,
is it possible to diable the images from the editor? The problem I have is a lot of users drag the picture from other web page and drop it in the editor.
thx
btw, your website seems to be very slow recently. I'm from Sydeny, Australia
10-31-2011, 12:17 PM
70739
in reply to
70544
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: diable the image from the editor
Reply
Quote
Hi
wolf11th,
You can disable the drag and drop function by property "EnableDragDrop".
<CE:Editor ID="editor1" runat="server" EnableDragDrop="false">
</CE:Editor>
And EditorOnPaste="pasteText" can prevent the user paste the image into editor too.
Regards,
Ken