The forum operates in read-only mode. Please head to StackOverflow for support.
yes: http://docs.cksource.com/CKEditor_3.x/D ... igurations
Many thanks!I had found the "replace" code in some of the samples, but didn't expect the syntax of just "height: ###" to work. Too simple.
Re: How to change/increase the default height of ckeditor
Go to the config.js file and type:
config.height = 500;
Of course replace 500 by the value you need.
That's all.
Re: How to change/increase the default height of ckeditor
Re: How to change/increase the default height of ckeditor
Re: How to change/increase the default height of ckeditor
yes: http://docs.cksource.com/CKEditor_3.x/D ... igurations
Re: How to change/increase the default height of ckeditor
Many thanks!
I had found the "replace" code in some of the samples, but didn't expect the syntax of just "height: ###" to work. Too simple.