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
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