语法荧光笔和 Tiny MCE
我使用了这个插件: https://github.com/RichGuk/syntaxhl 通过获取语法高亮支持蒂姆塞。这工作正常(我在编辑时看不到荧光笔,但这没问题)
我将整个内容异步发送到我的服务器,并在编辑器之后在 div 中更新整个内容。 但如果我得到这个更新,我已经这样做了
SyntaxHighlighter.all();
,所以我的问题是,当我收到新帖子时,是否可以运行此命令两次(当然不是,但有其他方法可以从头开始渲染整个网站)吗?我尝试调用 .all();每次更新都这样,但这行不通。
还有第二个小问题:
如果我在一行中添加包含大量文本的代码,因此需要换行,则 SyntaxHighlighter 不会向我显示正确的行数。这是一个小图 http://www.myimg.de/?img=Unbenannt7292d.png(屏幕截图中的代码不属于问题)
请帮助我!谢谢!!
I've used this plugin: https://github.com/RichGuk/syntaxhl to get syntaxhighlighter support via tinymce. this works fine (i dont see the highlighter at time of editing, but thats no problem)
i send the whole thing asynchron to my server and get the whoile thing updated in a div after the editor.
but if i get this update, i have already done
SyntaxHighlighter.all();
so my question is, is it possible to run this command twice (well its not, but is there an other way to render the whole site from start) when i recieve a new post? i tried calling .all(); on every update but that doesnt work.
and a second small question:
if i add code with much text in a line, so a linebreak is needed, the SyntaxHighlighter doens't show me the right row count. heres a small figure http://www.myimg.de/?img=Unbenannt7292d.png (the code in the screenshoot doesn't belong to the problem)
please help me! thanks!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论