The forum operates in read-only mode. Please head to StackOverflow for support.
CKEDITOR.editorConfig = function( config ) { // misc options config.height = '350px'; };
Re: how can i change the height of editor?
CKEDITOR.editorConfig = function( config ) { // misc options config.height = '350px'; };Not sure about the other thing.