Dojo XML editor Widget

2019-08-03 17:07发布

问题:

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



标签: xml editor dojo