Hi
I want to get instantly the html content of Wysiwyg in javascript , I am
using it that way
....
<textarea id="content" name="content" width="100%"
height="300px" >
....
Wysiwyg.onModuleLoad(function() {
editor = new WysiwygEditor({
hookId: 'content',
syntax: 'xwiki/2.0'
});
});
I could not get HTML content of editor instantly
Thanks