Re: diable the image from the editor

  •  10-31-2011, 12:17 PM

    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 Complete Thread