10 Mar
2010
10 Mar
'10
10:13 a.m.
Hi, I need your help. So I have used an Editor WYSIWYG in my form for adding some article. http://code.xwiki.org/xwiki/bin/view/Modules/WysiwygEditorModule There is no problem to create new article but when I need to edit and modify this I don't find any way to set the default conent of textarea(Inwysiwyg editor) <textarea id="demo"></textarea> Wysiwyg.onModuleLoad(function() { Editor = new WysiwygEditor({hookId: 'content'}); }); My question is: is there setRichTextArea() method or similar to set default content to textarea (dem). I think you so much for.