Ok, i managed to get a little further with the for each:
<div id="mainMenu">
<ul id="menuList">
<reddot:cms>
<foreach itemname="Siblings"
object="Context:CurrentIndex.GetRootIndex().SubIndexes"
countername="counter">
<if>
<query valuea="Store:counter" operator="=="
valueb="Int:0">
<htmltext><li class="menubarfirst"></htmltext>
</query>
<query type="else">
<htmltext><li class="menubar"></htmltext>
</query>
</if>
<htmltext>
<a id="<%!!
Store:Siblings.Page.Elements.GetElement(stf_main_nav_id).Value!!
%>Actuator" class="actuator" href="<%!! Store:Siblings.GetUrl() !!%>">
<%!! Store:Siblings.Headline !!%>
</a>
</li>
</htmltext>
</foreach>
</reddot:cms>
</ul>
</div>
But how do I then get the next level of subindexes underneath each top
level page?
Thanks,
Gareth
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/RedDot-CMS-Users?hl=en
-~----------~----~----~----~------~----~------~--~---