(Article contents added) |
(No difference)
|
Revision as of 12:24, 7 February 2011
To prevent the editor from being resized you can remove the
resize plugin.
config.removePlugins = 'resize';
You can also disable this feature by setting the resize_enabled parameter to false.
config.resize_enabled = false;