mmmh, &parentClass does nothing to parent actually... ?!?!?!?!?!?
This is the call:
[[Wayfinder? &startId=`0` &rowTpl=`myRowTpl` &parentClass=`cool` &hereTpl=`myHereTpl` &hereClass=`[[+wf.alias]] selected` &outerClass=`left` &level=`2` &where=`[{"class_key:!=": "Article"}]` &excludeDocs=`391,392,393,394,395,396,397,398,399`]]
and on source of the Page:
<div id="mainMenu">
<ul class="left">
<li class="prosjekt">
<a title="Prosjekt og timeliste" href="/prosjekt/">Prosjekt og timeliste</a>
<ul>
<li class="oversikt">
<a title="Oversikt" href="/oversikt.html">Oversikt</a>
</li>
<li class="timefoering selected">
<a class="linkweiss" title="Timeføring" href="timefoering.html">Timeføring </a>
</li>
prosject is the container, and the parent of timefoering.
I think it should be <li class="prosject cool"> ?!?!?!?!?!?
Maybe i am too tired...
mmpf!