簡體   English   中英

通過CKEditor v4.2上傳圖像時添加一個上傳圖標

[英]Add an upload-icon during uploading an image by CKEditor v4.2

我正在使用CKEditor v4.2。 當您上傳圖片時,其外觀如下所示(我刪除了一些表單字段):

CKEditor v4.2圖片上傳

問題:您看不到您正在上傳圖像,因為既沒有進度欄也沒有上傳圖標。 對於經驗不足的人來說,那就不好用了。

如何使用API​​添加這樣的加載圖片或操作圖片插件: 在此處輸入圖片說明

我不知道:(謝謝!

沒有圖像,但顯示文字即可。

type: "fileButton", 
id: "uploadButton",
filebrowser: "info:txtUrl",
label: d.lang.image.btnUpload,
onClick: function () {
 var input1 = this.getInputElement();
 input1.$.style = 'display:none';
 input1.$.before("file is uploading,please wait...");
 },
 'for': ['Upload', 'upload']

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM