Dojo XML editor Widget

≡放荡痞女 提交于 2019-12-14 03:57:59

问题


Do you know if there are any Dojo XML editor widgets? Looking for something that would provide basic XML editing, like this highlighting XML syntax... validation is not important, just syntax highlighting...

I know of dijit.Editor and dojox.highlight... but how do I combine these two to achieve what I want?

Thanks


回答1:


dijit.Editor isn't ideal for source code editing. It's a rich text editor good for relatively small snippets of text.

Try looking at Eclipse Orion You can apply dojox.highlight as a styler. You should also look at CodeMirror and Bespin/Skywriter/Ace



来源:https://stackoverflow.com/questions/6654850/dojo-xml-editor-widget

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!