关于我们

质量为本、客户为根、勇于拼搏、务实创新

< 返回新闻公共列表

语法高亮_百度编辑器插入代码,​在ueditor.config.js toolbars 最后一行插入insertcode

发布时间:2019-09-29 15:14:27

在ueditor.config.js toolbars 最后一行插入insertcode

, toolbars: [[
'fullscreen', 'source', '|', 'undo', 'redo', '|',
'bold', 'italic', 'underline', 'fontborder', 'strikethrough', 'superscript', 'subscript', 'removeformat', 'formatmatch', 'autotypeset', 'blockquote', 'pasteplain', '|', 'forecolor', 'backcolor', 'insertorderedlist', 'insertunorderedlist', 'selectall', 'cleardoc', '|',
'rowspacingtop', 'rowspacingbottom', 'lineheight', '|',
'customstyle', 'paragraph', 'fontfamily', 'fontsize', '|',
'directionalityltr', 'directionalityrtl', 'indent', '|',
'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|', 'touppercase', 'tolowercase', '|',
'link', 'unlink', 'anchor', '|', 'imagenone', 'imageleft', 'imageright', 'imagecenter', '|',
'simpleupload', 'insertimage', 'emotion', 'pagebreak', 'template', 'background', '|',
'horizontal', 'date', 'time', 'spechars', 'wordimage', '|',
'inserttable', 'deletetable', 'insertparagraphbeforetable', 'insertrow', 'deleterow', 'insertcol', 'deletecol', 'mergecells', 'mergeright', 'mergedown', 'splittocells', 'splittorows', 'splittocols', 'charts', '|',
'print', 'preview', 'searchreplace','insertcode',
]],

小鸟云百度语法高亮路径

/template/Admin/Default/PC/Static/lib/UEditor/third-party/SyntaxHighlighter

head头部引入

<script type="text/javascript" src="/template/Admin/Default/PC/Static/lib/UEditor/third-party/SyntaxHighlighter/shCore.js"></script>
<link rel="stylesheet" href="/template/Admin/Default/PC/Static/lib/UEditor/third-party/SyntaxHighlighter/shCoreDefault.css">
<script type="text/javascript">
    SyntaxHighlighter.all();
</script>



/template/Home/Zkeys/PC/Static