The forum operates in read-only mode. Please head to StackOverflow for support.
CKEDITOR.on( 'dialogDefinition', function( ev ) { ev.data.definition.resizable = CKEDITOR.DIALOG_RESIZE_NONE; });
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: Disable dialog resize
CKEDITOR.on( 'dialogDefinition', function( ev ) { ev.data.definition.resizable = CKEDITOR.DIALOG_RESIZE_NONE; });Re: Disable dialog resize
http://docs.cksource.com/ckeditor_api/s ... #resizable
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!