主题: 如何给新增加的插件添加图标?
作者: 青冥, 发布日期: 2011-06-09 14:14:33, 浏览数: 4262

    给新增加的插件指定图标后,路径都正确,但就是不显示。

    KE.show({
        id : 'contents',
        resizeMode : 1,
        cssPath : './index.css',
        items : [
        'fontname', 'fontsize', 'textcolor', 'bgcolor', 'bold', 'italic', 'underline',
        'removeformat', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist',
        'insertunorderedlist', 'emoticons', 'image','flash', 'media','link','preview']
    });

 

    .ke-icon-preview {
     background-image: url(/preview.gif);
     background-position: 0px -304px;
     width: 16px;
     height: 16px;
    }

    最后一个'preview'是新增加的,在编辑器最后一个位置上,'preview'的功能可以使用,就是不显示图标。

    求解?

    

作者: 青冥, 发布日期: 2011-06-09 14:48:49

可以了。

还是图片问题。

图片后缀错误。

回复
发表新帖 发表回复