1
我想使用劍道編輯器的圖片上傳功能。圖片上傳工作正常,但瀏覽窗口中的縮略圖無法正確顯示。爲了實現這一點,我試圖在縮略圖屬性中調用一個函數。但是,這不是解僱。請找到下面的代碼片段,並幫助我找到問題。劍道編輯器 - thumbnailUrl的功能不起作用
transport: { read: "api/imagebrowser/read", thumbnailUrl: function (path, name) { alert('inside thumbnail'); //return "api/imagebrowser/thumbnail?path=" + path + file; }, uploadUrl: "api/imagebrowser/upload", imageUrl: "Content/Images/{0}" }
我使用WEB API和angularjs。任何其他建議以顯示縮略圖也是受歡迎的。