document.emojiSource = siteUrl+'plugins/pubs/summernote/plugin/emojis/'; //relative path to emojis var content = $('textarea[name="content"]') $(document).ready(function() { var $summernote = $('#tseditor').summernote({ toolbar: [ ['cleaner',['cleaner']], ['style', ['style']], ['font', ['bold', 'underline', 'clear']], //['fontname', ['fontname']], ['fontsize', ['fontsize']], ['color', ['color']], ['para', ['ul', 'ol', 'paragraph']], ['table', ['table']], ['insert', ['link','unlink', 'picture','ts_attach','ts_video','ts_audio']], ['highlight', ['highlight']], ['view', ['fullscreen']], ], cleaner:{ action: 'both', // both|button|paste 'button' only cleans via toolbar button, 'paste' only clean when pasting content, both does both options. newline: '
', // Summernote's default is to use '


' notStyle: 'position:absolute;top:0;left:0;right:0', // Position of Notification icon: '[清理HTML]', keepHtml: true, // Remove all Html formats keepOnlyTags: ['

', '
', '