Yes it IS a common requirement, but block marks only tell between
SmartEdit (RedDotMode) on one hand and Preview+Publishing
(NoRedDotMode) on the other.

If you use Version 7 or higher, RenderTags will give you this
opportunity.
Use Context:CurrentRenderMode for this: 0 is Preview, 1 is SmartEdit,
2 is Publishing

So a standard if query will do any job you need, e.g.:

<reddot:cms>
<if>
<query valuea="Context:CurrentRenderMode" operator="==" valueb="Int:
2">
<htmltext>
you see me only on the webserver
</htmltext>
</query>
</reddot:cms>
--~--~---------~--~----~------------~-------~--~----~
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