mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Small fixes
This commit is contained in:
parent
fdf317f7a6
commit
7221add1ff
4 changed files with 27 additions and 19 deletions
|
|
@ -140,7 +140,7 @@
|
|||
// {name: 'document', groups: ['mode', 'document', 'doctools']}
|
||||
],
|
||||
|
||||
'removePlugins': 'contextmenu', //blockquote
|
||||
'removePlugins': 'liststyle,tabletools,contextmenu', //blockquote
|
||||
'removeButtons': 'Format,Undo,Redo,Cut,Copy,Paste,Anchor,Strike,Subscript,Superscript,Image,SelectAll',
|
||||
'removeDialogTabs': 'link:advanced;link:target;image:advanced;images:advanced',
|
||||
|
||||
|
|
|
|||
|
|
@ -217,6 +217,7 @@
|
|||
self.editor.on('instanceReady', function () {
|
||||
|
||||
self.editor.setKeystroke(window.CKEDITOR.CTRL + 65 /* A */, 'selectAll');
|
||||
self.editor.editable().addClass('cke_enable_context_menu');
|
||||
|
||||
self.fOnReady();
|
||||
self.__resizable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue