Hi Gerritjan
To display panels as collapsed, attach a Javascript sheet to a page
(Edit>Objects>Javascript Extension). Put the following code in:
document.observe('xwiki:dom:loaded', function() {
   $$('.panel').each(function(item) {
     item.removeClassName('expanded');
     item.addClassName('collapsed');
   });
});
Mark it as 'Always on this Wiki'.
Hope this helps,
Lockie
-----
----
Lockie
--
View this message in context:
http://xwiki.475771.n2.nabble.com/Panels-tp6018944p6022132.html
Sent from the XWiki- Users mailing list archive at 
Nabble.com.