使用 codeMirror 的 xml 代码代码折叠或展开/折叠功能
如何使用 codeMirror javascript 编辑器实现 xml 代码折叠或展开/折叠功能。 Foldcode.js 适用于 javascript 文件。我需要 xml 标签相同的功能。
How to implement xml code folding or expand/collapse functionality using codeMirror javascript editor. Foldcode.js works for javascript file. I need same functionality for xml tags.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
HTML:
JAVASCRIPT 就绪
HTML:
JAVASCRIPT ONREADY
我这样做了:
将其用于代码,例如更改“<”字符到“{”。
编辑器代码
脚本 iv 包含的
:注意正在搜索“<”的字符,这意味着它无法正常工作,如果它出现在 xml 的字符串中,则可能会导致问题
i did this:
to use it for code for example change the '<' char to '{'.
the editor code
the scripts iv included:
notice the char im searching '<', this means its no working perfectly and might cause issues if this will appear in on of the strings of the xml