Remove contextmenu
by oleq
HTML
<script src="http://cdn.ckeditor.com/4.4.6/standard/ckeditor.js"></script>
<script src="http://cdn-source.ckeditor.com/4.4.6/standard/adapters/jquery.js"></script>
<textarea id="textarea">CKEditor contextmenu is disabled. Using native one.</textarea>
JavaScript
CKEDITOR.replace( 'textarea', {
removePlugins: 'contextmenu,tabletools'
} );