Heather Napoleone
2017-02-06 20:15:51 UTC
I have a page with a list element and would like to display each item in
that list and also display its children as subbullets in that list (see
below).
Main Page
-List item A
---Child list item 1
---Child list item 2
--List item B
---Child list item 1
---Child list item 2
Currently we can only access the total number of child list items using
this rendertag:
<%!! Context:Pages.GetPage(Guid[GUID OF LIST).Elements.GetElement([CHILD
LIST]).Value.Count !!%>
What we canât do is loop through each child list item and pull elements
from it to display on the main page.
that list and also display its children as subbullets in that list (see
below).
Main Page
-List item A
---Child list item 1
---Child list item 2
--List item B
---Child list item 1
---Child list item 2
Currently we can only access the total number of child list items using
this rendertag:
<%!! Context:Pages.GetPage(Guid[GUID OF LIST).Elements.GetElement([CHILD
LIST]).Value.Count !!%>
What we canât do is loop through each child list item and pull elements
from it to display on the main page.
--
You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reddot-cms-users+***@googlegroups.com.
To post to this group, send email to reddot-cms-***@googlegroups.com.
Visit this group at https://groups.google.com/group/reddot-cms-users.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reddot-cms-users+***@googlegroups.com.
To post to this group, send email to reddot-cms-***@googlegroups.com.
Visit this group at https://groups.google.com/group/reddot-cms-users.
For more options, visit https://groups.google.com/d/optout.