Home > php教程 > php手册 > TinyMCE syntaxhl插入代码后换行的修改方法

TinyMCE syntaxhl插入代码后换行的修改方法

WBOY
Release: 2016-06-01 09:46:54
Original
1123 people have browsed it

在pre后 面加个换行,然后才能回到可视化界面里继续编辑博客。如果博客里要插入的代码片段很多,就会非常不爽。所以今天给它做了个小修改。

打开plugins\syntaxhl\js\dialog.js

定位到41行,找到标记。这是预格式化标签的结尾标记。所以只要在它后面插入一个段落标记,即可让光标跳出我们插入的代码片段。
插件的作者在41行后加了个bug注释,所以不敢贸然写在的后面,所以我们换一行,把

拼接上。

TinyMCE syntaxhl插入代码后换行的修改方法

现在我们插入代码后,光标就不会卡在pre里面了~OH YEAH!

有图有真相:

TinyMCE syntaxhl插入代码后换行的修改方法

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template