A plugin for Redactor.js (http://imperavi.com/redactor/) allows resizing of the editors areas (by drag & drop) either horizontally, vertically or both.
The implementation is straightforward:
- Include resize.js (or resize.min.js) in your project
- Add "resize" in "plugins" array while initializing redactor
- Use either "resizeX: true", "resizeY: true" or both to enable drag-and-drop resizing.