On Jul 1, 2008, at 7:38 AM, Prathap Pandian wrote:
I have created a new panel in xwiki. And i want to
apply a separate
class
for that particular panel.
Where i have to give that class.
In the panel creator window or in the macros.vm file.
I've already answered this question... :(
Each panel generates an HTML class attribute. Just use this class.
For ex, go to
http://playground.xwiki.org/xwiki/bin/view/Main/WebHome,
view the source and search for QuickLinks, you'll see:
<div class="panel expanded QuickLinks">
This is automatic.
Thanks
-Vincent