Hrmmm .. one thing I have done in the past is to use the actual
placeholders in my rendertag code .. I have seen people cry about
that. But it does work quite well whenever I've done it .. so I may
have a block of render tag code than inside the block would be a piece
that iterates .. and if I do any comparisons it's literally like:
<query valuea="<%!! placeholder !!%>" operator="==" valueb="whatever">
<htmltext>Write whatever</htmltext>
</query>
In most cases though I try to establish a navigation area which will
loop through the appropriate pages in the order set on the listing and
you can do everything in the render tag code inside your content class
to be used with the area. But in some cases that isn't an option.
On Jul 3, 8:30 am, bobbykjack <[email protected]> wrote:
> I have a List 'Block Mark' and wish to access each item inside it
> using render tags. I'll be using something like this:
>
> <!IORangeList>
> <li><a href="<%lst_List%>">
> <reddot:cms>
> <%!! CurrentListItem.Elements.GetElement(...) !!%>
> </reddot:cms>
> </a></li>
> <!/IORangeList>
>
> The "CurrentListItem.Elements.GetElement(...)" is the bit that I need
> a reference for. Anyone have any idea?
>
> Also, is there any kind of reference manual for Render Tags in
> existence?
>
> Cheers,
>
> - Bobby
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---