I have a System.Windows.Forms.Webbrowser control hosted in a Winforms app and am loading up a html document that has various elements with the contentEditable attribute set to true. How do I enable multi-level undo and redo for the document?
TIA.
MB
|
|
|
|
|
|
|
Undo/Redo is built in here's the control i had used earlier http://www.itwriting.com/htmleditor/ |
||
|
|
|
|
Hi, Correct me if I'm wrong, but I would think you can apply the library DejaVu found in codeplex. here is the blog link |
||
|
|