CKEditor creates a resizable window of some default size. Is it possible to set the window to my desired size and prevent it from being resized?
Styles do not work, including explicit style or rows attribute in the textarea tag.
jQuery also does not work (with it’s height function).
Use these config settings:
Starting height and width:
Is the CkEditor window resizeable:
You can let it be resizable, but control the direction (vertical or horizontal) and the minimum and maximum values.
Height:
Width:
The CkEditor API for config settings is here:
CKEDITOR.config API
It tells you the allowed values and formatting for each setting.