亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

經過多次嘗試,失敗了。編輯ckeditor

經過多次嘗試,失敗了。編輯ckeditor

一只斗牛犬 2023-09-21 18:26:16
我是前端新手,需要使用 ckeditor 但有一些 mods 這是我的代碼<!DOCTYPE html><html>    <head>        <meta charset="utf-8">        <title>CKEditor Example</title>        <script src="https://cdn.ckeditor.com/4.10.1/standard/ckeditor.js"></script>    </head>    <body>        <textarea name="text_editor"></textarea>        <script>            //-------------------------------------            CKEDITOR.replace( 'text_editor' );                  width: '70%';            CKEDITOR.config.removeButtons = 'Image';              //-------------------------------------        </script>    </body></html>我需要刪除“圖像”按鈕,但我做不到。為什么下面的代碼不起作用?CKEDITOR.config.removeButtons = 'Image'; 請幫忙
查看完整描述

1 回答

?
精慕HU

TA貢獻1845條經驗 獲得超8個贊

替換CKEDITOR.config.removeButtons = 'Image';

CKEDITOR.config.removePlugins = 'image';
CKEDITOR.removeButtons = "image";

如果需要刪除多個插件,請用逗號分隔。

CKEDITOR.config.removePlugins = 'image, spellchecker';
CKEDITOR.removeButtons = "image, spellchecker";


查看完整回答
反對 回復 2023-09-21
  • 1 回答
  • 0 關注
  • 103 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號