我想禁用右鍵單擊CKEditor 4.4.2版。我在這樣的JSP中創建我的編輯器:無法禁用CKEditor中的右鍵單擊菜單4.4.2
<div class="wideText_areaWrapper">
<span style="float: none;">Case Summary</span>
<textarea id="chiefComplaint" name="input_long" class="input_textarea1"></textarea>
<script type="text/javascript">
CKEDITOR.replace('chiefComplaint', {});
</script>
</div>
我發現了以下解決方案,但菜單仍然正常工作!
config.removePlugins = menu,menubutton,toolbar,contextmenu';
如何禁用它,如果這不起作用?
「仍然活躍」是什麼意思?你的意思是你不想看到contectmenu事件?或者你還看到菜單?你是如何嘗試禁用它的? – Nenotlep 2014-11-25 12:42:37
您是否看到此問題:http://stackoverflow.com/q/2246631/694325?如果這不能滿足您的需求,請描述您面臨的問題以及您嘗試解決問題的方法。如果有幫助,關閉這個問題:) – Nenotlep 2014-11-25 12:44:49
我看到了這個問題,但我沒有得到什麼確切的 – 2014-11-25 13:28:44