Fixed "Mouse right click don't works correctly" (Closes #466)

+ small fixes
This commit is contained in:
RainLoop Team 2015-02-17 17:16:38 +04:00
parent e3064b10aa
commit e96f297def
12 changed files with 76 additions and 25 deletions

View file

@ -133,7 +133,7 @@
{name: 'others'}
],
'removePlugins': 'liststyle,table,quicktable,tableresize,tabletools,contextmenu', //blockquote
'removePlugins': 'liststyle',
'removeButtons': 'Format,Undo,Redo,Cut,Copy,Paste,Anchor,Strike,Subscript,Superscript,Image,SelectAll,Source',
'removeDialogTabs': 'link:advanced;link:target;image:advanced;images:advanced',

View file

@ -306,7 +306,6 @@
}
self.editor.setKeystroke(window.CKEDITOR.CTRL + 65 /* A */, 'selectAll');
self.editor.editable().addClass('cke_enable_context_menu');
self.fOnReady();
self.__resizable = true;