Hi,
I'm trying to implement editing of object properties in WYSIWYG editor
and there is some questions about it's functionality:
1. On page I have a grid which displays custom objects attached to the
it and WYSIWYG editor below the grid, used for editing this objects. By
clicking on a row - selected objects property should be loaded into
WYSIWYG editor and user can easily modify and save it. So the question
is - Is it possible to create single WYSIWYG editor on the page and then
dynamically(using JavaScript) load different properties from different
objects into it?
2. Can I load some abstract text which is not an object property into
WYSIWYG editor?
3. It seems that example provided on the following page doesn't work.
http://code.xwiki.org/xwiki/bin/view/Modules/WysiwygEditorModule#HLoadondem…
May be the reason is that request parameter 'key=fake' is incorrect.
BTW, what does this parameter mean?
Thank you,
Taras