The forum operates in read-only mode. Please head to StackOverflow for support.
CKEDITOR.replace(this, { extraPlugins : 'autogrow', autoGrow_onStartup: true, autoGrow_maxHeight : 800, });
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!
autoGrow_minHeight: 20, autoGrow_bottomSpace: 5
Re: Shrink to fit editor
http://docs.cksource.com/ckeditor_api/s ... ottomSpace
http://docs.cksource.com/ckeditor_api/s ... _minHeight
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: Shrink to fit editor
using
solve the fit height problem.
but still, is it possible for cke to fit width based on its content? or I need to calculate it manually and bind to resize event?