Re: [xwiki-users] Editing document objects in WYSIWYG mode

2016-09-05 Thread Marius Dumitru Florea
Hi, Normally, when you edit a wiki page only that page is going to be modified (no matter the edit mode). If there's a macro call in the content of the edited page then you can modify the macro call (its parameters) but not the *data source* (where the macro takes its data). Take for instance the

[xwiki-users] Editing document objects in WYSIWYG mode

2016-09-04 Thread Teemu Keinonen
Hi! Is there a way to write a macro that allows editing Document object(s) when in WYSIWYG mode? For example, I have class ContactListClass which has two string fields: listName and listContacts. I have document called ‘Customer’ which has two instances of class ContactListClass. We can forget