Ayyoudy
Ayyoudy

Reputation: 3721

Dojo XML editor Widget

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

Upvotes: 1

Views: 1152

Answers (1)

peller
peller

Reputation: 4543

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

Upvotes: 1

Related Questions