简体   繁体   中英

CKEDITOR - Disable in Line text editor

On CKEDITOR when I select a text, a small editor appears.

I Need to disable this inline editor.

CKEDITOR http://devsal.madnezz.com.br/v2/img/ckeditor.png

I have tried to change some stuff on CKEDITOR.editorConfig but, no success.

Thanks in advance.

我在配置中添加了以下信息,并且可以正常工作。

config.removePlugins = 'floatingspace,panelbutton,panel,floatpanel,floating-tools,contextmenu,richcombo';

config.removePlugins = 'floating-tools'; should be enough.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM