Hi Pascal, On Mar 28, 2009, at 3:35 PM, Pascal Voitot wrote:
> Hello, > > I use XWiki/2.0 syntax and write something like: > > here is my list: > (% class="myCssClass" %) > * blablabla > * bliblibli > > and it renders <ul class="myCssClass"> > > in the Syntax, I can see (% style="" %) but not something else and > in the > xwiki code I don't find where this "(% %)" is defined... > > can you explain exactly what is the meaning and role of "(% %)" ? I've just added http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HParameters Hope it helps. Note that right now we're not strictly defining these parameters and it's up to the renderer to decide what to do with them. We currently only have 2 renderes: XWiki Syntax and XHTML. Both support all parameters passed to them. Thanks -Vincent _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

