How to Disable Resize in CKEditor and Change Language to English in php? -


I want to disable ckeditor in PHP and its default language in English changes.

I load the ckeditor in php below:

    

Enter image details here

Try this:

  $ config ['language'] = 'en'; $ Config ['removePlugins'] = 'resize'; // Change the image size $ config ['resize_enabled'] = Wrong; Start the CKeditor like: // deny size   

and like:

  $ CKeditor-> editor ("editor1", "', $ config);    

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -