Krajee Bootstrap文件上传插件 - previewFileIconSettings

时间:2016-12-06 14:55:59

标签: jquery twitter-bootstrap

我正在使用此plugin

我已经设置了像这样的previewFileIconSettings

    previewFileIconSettings: {
        'docx': '<i class="fa fa-file-word-o text-primary"></i>',
        'xlsx': '<i class="fa fa-file-excel-o text-success"></i>',
        'pptx': '<i class="fa fa-file-powerpoint-o text-danger"></i>',
        'doc': '<i class="fa fa-file-word-o text-primary"></i>',
        'xls': '<i class="fa fa-file-excel-o text-success"></i>',
        'ppt': '<i class="fa fa-file-powerpoint-o text-danger"></i>',
        'pdf': '<i class="fa fa-file-pdf-o text-danger"></i>',
    },

选择新文件时一切正常我都能正确获得预览图标 enter image description here

就像这个DEMO

一样

但如果我去编辑页面,那些文件就没有预览图标:

enter image description here

有没有办法解决这个问题?

更新

我也发现了这个......

http://plugins.krajee.com/file-preview-management-demo#preview-advanced

但没有更改初始预览图标的设置

0 个答案:

没有答案