Ver código fonte

去除编辑器内上传文件后链接的图标

新疆皮山
yxq 1 mês atrás
pai
commit
96e4e813fd
1 arquivos alterados com 4 adições e 1 exclusões
  1. +4
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Content/ueditor/ueditor.all.js

+ 4
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/ueditor/ueditor.all.js Ver arquivo

@@ -24801,8 +24801,11 @@ UE.plugin.register('insertfile', function (){
item = filelist[i];
icon = iconDir + getFileIcon(item.url);
title = item.title || item.url.substr(item.url.lastIndexOf('/') + 1);
// html += '<p style="line-height: 16px;">' +
// '<img style="vertical-align: middle; margin-right: 2px;" src="'+ icon + '" _src="' + icon + '" />' +
// '<a style="font-size:12px; color:#0066cc;" href="' + item.url +'" title="' + title + '">' + title + '</a>' +
// '</p>';
html += '<p style="line-height: 16px;">' +
'<img style="vertical-align: middle; margin-right: 2px;" src="'+ icon + '" _src="' + icon + '" />' +
'<a style="font-size:12px; color:#0066cc;" href="' + item.url +'" title="' + title + '">' + title + '</a>' +
'</p>';
}


Carregando…
Cancelar
Salvar