Hi,

you can hide and show navigation strucures using if / else statements
within your rendertags / navigation templates.

e.g.:
<reddot:cms>
        <if>
                <query
valuea="Context:CurrentPage.Elements.GetElement(sf_showInMainMenu).Value
" operator="==" valueb="String:true">
                        <htmltext>
                                Do something
                        </htmltext>
                </query>
        </if>
</reddot:cms>

Greetings,
Ingo


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

Reply via email to