Re: [xwiki-users] Xwiki html parsing of user list

2015-12-14 Thread Eduard Moraru
Hi, You can use the "closing and opening the html before and after the call" method, just make sure you disable the HTML cleaning in the html macro: {{html clean="false"}} ... when opening an HTML macro, otherwise you get the mentioned rendering errors (because the HTML cleaner adds HTML element

Re: [xwiki-users] Xwiki html parsing of user list

2015-12-10 Thread Marius Dumitru Florea
On Thu, Dec 10, 2015 at 5:03 PM, gervwyk wrote: > I'm creating a form but I prefer using HTML and bootstrap rather than only > velocity syntax. I have the following problem: > > > > I want to insert user selection list into the form.

[xwiki-users] Xwiki html parsing of user list

2015-12-10 Thread gervwyk
I'm creating a form but I prefer using HTML and bootstrap rather than only velocity syntax. I have the following problem: I want to insert user selection list into the form. By doing the following: {{velocity}} {{html velocity="true