diable the image from the editor

Last post 10-31-2011, 12:17 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  10-27-2011, 7:51 PM 70544

    diable the image from the editor

    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

    Re: diable the image from the editor

    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
View as RSS news feed in XML