Hi,

> So it looks like this:

> Main1   Main2   Main3   Main4   Main5   Main 6
> Linktab2.1                    Subtab2.2.1
> Linktab2.2                    Subtab2.2.2
>    Subtab2.2.1                Subtab2.2.3
>    Subtab2.2.2            Coplet1
>    Subtab2.2.3        Coplet2
>  Coplet1
>  Coplet2
> Linktab2.3
> Linktab4

if you want to output the subtabs in the linktab then
you have to add the following to the tab-content aspect
in the linktab renderer configuration in the cocoon.xconf:
<parameter name="child-tag-name" value="subtab"/>
this parameter forces the aspect to output subtabs
inside a child-tag.
this looks like this:
<named-item>
  <subtab>
    <named-item/>
    <named-item/>
  </subtab>
<named-item>

hth,

-- 
* best regards
* Jens Maukisch              


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to