Xopus for .NET
If you haven't heard about Xopus, you need to check it out. It is a Xml based WYSIWYG editor for IE / Mozilla / Netscape. It runs in the browser window and has full support for xml validation, etc. Since it uses the contentEditable attribute in IE 5.5+ most users don't even have to download anything to get it to work. The best part is that it is open source, so you can modify it to suit your needs.
I have put together a Xopus wrapper for .NET. Basically, it isolates you from having to know all the Xopus details: just drag, drop, and set the designer properties.
Note: This is an early version, I still need to add save event handlers, etc. But, this is a start down the road.
[Xopus] [Xopus ContentEditor Web Control]
For those interested...I also came across an implementation of the same type of thing on MSDN:
[MSDN Xml Editor]
It requires IE 6.0 though, so it isn't quite as cool.
12:22:15 PM
|