ASP.NET Telerik:Radeditor, disable image resizing on dragging
I just wanted to find out if it's possible to disable image resizing in the Design m开发者_StackOverflow社区ode of the Telerik:RadEditor?
The image resizing is part of the browser's rich editing engine and AFAIK there is no code in the RadEditor to control it. You can try to find a general solution (e.g. Firefox - designMode: disable image resizing handles) and apply it in the editor's content area.
精彩评论