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

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

Simple file compression in C -

php - Sorting an multidimension array using usort fails -