The forum operates in read-only mode. Please head to StackOverflow for support.
config.width = 850; config.width = '75%';
config.height = 500; config.height = '25em'; config.height = '300px';
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help. Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
CKEDITOR.editorConfig = function( config ) { config.width = 400; };
CKEDITOR.replace( 'editor1', { width : 400 });
Re: Newbie question: Textarea box too wide
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: Newbie question: Textarea box too wide
I tried the code and put it in config.js and it did not work. Am i suppose to put it somewhere else ?
Cheers,
Kachaloo
Re: Newbie question: Textarea box too wide
CKEDITOR.editorConfig = function( config ) { config.width = 400; };replace
CKEDITOR.replace( 'editor1', { width : 400 });Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!