or just take this one
http://blog.markusgiesen.de/2008/07/27/playing-peek-a-boo-hiding-pages-with-the-navigation-manager/

or that one:
http://blog.markusgiesen.de/2008/07/27/unhiding-peek-a-boo-for-smartedit-users-with-some-css/

On 3 Nov., 16:48, Dave R <[EMAIL PROTECTED]> wrote:
> Oh ok... I get it. Thanks. I'll look into getting this into the
> content class.
>
> On Oct 31, 6:48 am, abdn_webteam <[EMAIL PROTECTED]> wrote:
>
> > Some sample code:
>
> > <reddot:cms>
> > <if>
> > <query
> > valuea="Context:CurrentPage.Elements.GetElement(stf_visibleInMenu).GetHtml()"
> > operator="==" valueb="y">
>
> > <htmltext>
> > <li><a href="<%!! Context:CurrentIndex.GetUrl() !!%>" class="active"><
> > %!! Context:CurrentPage.Headline !!%></a>
> > </htmltext>
>
> >         <if>
> >         <query valuea="Context:CurrentIndex.HasChildren()" operator="=="
> > valueb="Bool:True">
> >                 <htmltext>
> >                 <ul><navigation:nextlevel></ul>
> >                 </htmltext>
> >         </query>
> >         </if>
>
> > </query>
> > </if>
> > </reddot:cms>
>
> > Basically it takes a standard navigation template conditional query
> > and wraps it in another query looking at the value stored in
> > 'stf_visibleInMenu': if it's 'y', continue with the script; if it's
> > 'n' don't do anything.
--~--~---------~--~----~------------~-------~--~----~
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