我在使用 trumbowyg 表情符号插件时遇到了一些问题。
下拉表情符号是显示但不是表情符号图标列表,(仅文本内容为:微笑:例如)。
../js/Trumbowyg/dist/trumbowyg.min.js
..js/Trumbowyg/dist/plugins/emoji/trumbowyg.emoji.js
$('#element').trumbowyg({
autogrow: true,
btns: [
['viewHTML'],
['formatting'],
'btnGrp-semantic',
['superscript', 'subscript'],
['link'],
['emoji'],
['insertImage'],
'btnGrp-justify',
'btnGrp-lists',
['horizontalRule'],
['removeformat'],
['fullscreen']
]
});
有任何想法吗?