小编İsm*_*ğan的帖子

如何在 TinyMCE 5.06 版中出现表情符号?

我正在尝试使用 TinyMCE 5.06 版本插入表情符号,但此插入出现错误。当我在 Asp.Net MVC 中使用 Html.Raw() 时没有出现表情符号。看起来像这个“????”。我怎样才能解决这个问题 ?

  //tinymce plugin and toolbar options
        $scope.tinymceOptions = {
            selector: '#post',         
            plugins: [
               "advlist autolink autoresize link image fullscreen  lists charmap paste print preview hr anchor pagebreak",
                "searchreplace wordcount visualblocks visualchars insertdatetime media nonbreaking wordcount  ",
                "table contextmenu directionality emoticons paste template spellchecker searchreplace help imagetools media "
            ], 
            mobile: {
                theme: "mobile",
                plugins: [ 'autosave', 'lists', 'autolink' ],
                toolbar: [ 'undo', 'bold', 'italic', 'styleselect' ]
            },
            toolbar: "insertfile undo redo …
Run Code Online (Sandbox Code Playgroud)

tinymce emoticons tinymce-5

0
推荐指数
1
解决办法
897
查看次数

标签 统计

emoticons ×1

tinymce ×1

tinymce-5 ×1