Changes between Initial Version and Version 1 of Ticket #9196, comment 1


Ignore:
Timestamp:
Aug 9, 2012, 12:00:50 PM (12 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9196, comment 1

    initial v1  
    11Context menu can be removed with following command placed in config.js {{{config.removePlugins='contextmenu';}}} or in CKEditor configuration objecy directly on HTML page
    2 {{{var editor = CKEDITOR.replace( 'editor1',{removePlugins: 'contextmenu'});}}}
     2{{{ var editor = CKEDITOR.replace( 'editor1',{removePlugins: 'contextmenu'}); }}}
    33
    44Unfortunately because of a bug in 3.6.4 it is not possible to remove CKEditor contextmenu.
     
    99Just open ckeditor.js file,
    1010Find {{{j.tabletools={requires:['table','dialog','contextmenu']}}}
    11 and change it to {{{j.tabletools={requires:['table','dialog'] // just remove ,'contextmenu'
    12 }}}
     11and change it to {{{ j.tabletools={requires:['table','dialog'] // just remove ,'contextmenu' }}}
    1312
    1413Please note that {{{config.removePlugins='contextmenu';}}} removes whole context menu.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy