Changes between Initial Version and Version 1 of Ticket #6221


Ignore:
Timestamp:
Aug 30, 2010, 8:45:58 AM (14 years ago)
Author:
Krzysztof Studnik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6221

    • Property Keywords Image Plugin added
    • Property Component changed from General to UI : Dialogs
  • Ticket #6221 – Description

    initial v1  
    11When you remove a plugin by using the removePlugins setting it will not affect the image plugin. Even when you do the following, it will still open the image dialog by doublecklicking on an image:
    2 
     2{{{
    33$settings['removePlugins'] = 'scayt,menubutton,contextmenu,image,forms';
    4 
     4}}}
    55So it seems the image plugin is still loaded by ckeditor.
    66
    77The only way to effectively remove the image plugin and prevent loading is to exclude it from the plugin list:
    8 
     8{{{
    99$settings['plugins'] = 'a11yhelp,basicstyles,blockquote,button,clipboard,colorbutton,colordialog,contextmenu,div,elementspath,enterkey,entities,find,font,format,horizontalrule,htmldataprocessor,indent,justify,keystrokes,list,liststyle,maximize,newpage,pagebreak,pastefromword,pastetext,popup,preview,removeformat,resize,save,showblocks,showborders,sourcearea,stylescombo,table,tabletools,specialchar,tab,toolbar,undo,wysiwygarea,wsc';
     10}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy