Re: [pmapper-users] Sitch expand/collapse Categories in TOC when running pmapper

2008-06-11 Thread Thomas Raffin
Hi, As far as I'm concerned, I add in your_config_directory/php_config.php (category style = tree): - to open all categories: $plugin_jsTocInitList[] = "$(\'#toc .opcl img\').click();" - to open only the first one: $plugin_jsTocInitList[] = "$(\'#toc .opcl img:first\').click();" - to open all b

Re: [pmapper-users] Sitch expand/collapse Categories in TOC when running pmapper

2008-06-10 Thread Ivan Mincik
Hi, to start p.mapper with first category opened and others collapsed I have in javascript/toc.js this modification: /** * Initialize TOC tree */ function treeInit(catStyle, grpStyle) { var catcList = $('div.catc'); for (var i=0; i Hi all, > > I´d hugly appreciated if anyone could tell