The blog article to this questions: http://blog.markusgiesen.de/2008/01/21/execute-code-only-on-the-reddot-cms-server-by-using-render-tags/
On 7 Jan., 17:38, Ingo Hillebrand <[email protected]> wrote: > 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.
