You need a list placeholder inside the list blockmarks.
--
You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/reddot-cms-users/-/SkLV-UBocHoJ.
To post to this group, send email to reddot-c...@googlegroups.com.
To unsubscribe from this group, send email to reddot-cms-use...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
Thanks Gavin –the list placeholder in place now, and the page does function now.
Is there a way to reference the list without having the markup come along with it? I’m just wrapping the placeholder with comment tags to hide them for now – but would rather not have the markup appear in the published page at all.
<div id="tab-container">
<ul class="tabs">
<!IoRangeList><!-- <%lst_pgItems%> -->
<li><a href="#<%inf_pgItemID%>"><%inf_pgItemID%></a></li>
<!/IoRangeList>
</ul>
<div class="tabs-panel">
<!IoRangeList><!-- <%lst_pgItems%> -->
<div id=<%inf_pgItemID%> class=tabs-content-pad>
<h4 class="cn-invisible"><%inf_pgItemID%></h4>
<p><%img_pgItem%></p>
<DIV class=tabs-content-pad>
<%txt_pgItem%>
</DIV>
</DIV>
<!/IoRangeList>
</div>
</div>
I’ve also tried using a container to hold the page items instead of the list. This method renders the tabs-panel content fine - and no extra markup to deal with, but the tabs list remains empty. Can I retrieve element information from pages in a container?
Thanks again!
Thank you Gavin and Jian,
Works like a charm!
Cheers,
Ray