Example of Resizable Editor in ASP.NET MVC Rich Text Editor Control
This sample demonstrates the resize operation of the Rich Text Editor control. To resize the Rich Text Editor, select and resize the editor using its handle (grip) at the bottom right corner of the content panel.
DEMO
SOURCE
Users can create resizable Rich Text Editor by setting the enableResize
property to true, which is used to change the size of the Rich Text Editor dynamically.