Hi,

you can use a if-structure and the object currentRenderMode  to do this for 
you. Just place this into your navigation template:

<reddot:cms>
        <if>
                <query valuea="Context:CurrentRenderMode" opererator="==" 
valueb="int:1">
                        <htmltext>
                                your item in reddot
                        </htmltext>
                </query>
        </if>
</reddot:cms>

Possible parameters for CurrentRenderMode:
Preview: 0
SmartEdit: 1
Publish: 2

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