ckeditor的qq表情插件,使用ckeditor制作微信

ckeditor-qq-smiley

ckeditor的qq表情插件

Add-on Installation Instructions

If you want to add the plugin manually, you will need to:

Extract the downloaded plugin .zip into the plugins folder of your CKEditor installation. Example:

http://example.com/ckeditor/plugins/qqsmiley

Enable the plugin by using the extraPlugins configuration setting. Example:

CKEDITOR.editorConfig = function(config){ config.extraPlugins = 'qqsmiley'; };

使用ckeditor做微信公众号回复消息内容编辑器的配置如下:

var editor = CKEDITOR.replace('textcontent', { height:250, allowedContent: true, ignoreEmptyParagraph : false, enterMode : CKEDITOR.ENTER_BR, pasteFromWordRemoveFontStyles:false, pasteFromWordRemoveStyles: false, extraPlugins : 'autogrow,qqsmiley', toolbarGroups: [ {"name":"insert","groups":["insert"]}, {"name":"links"} ], removeButtons: 'PageBreak,Table,Smiley,SpecialChar,Image,HorizontalRule,Iframe,Flash' });

版权声明:

1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。
2、网站不提供资料下载,如需下载请到原作者页面进行下载。