Yes that's possible:

<reddot:cms>
<foreach itemname="Contact"
object="Context:CurrentPage.Elements.GetElement
(Str:NAME_OF_LIST).Value" countername="counter">
   <htmltext>
      <%!! Store:Contact.Elements.GetElement
(Str:NAME_OF_ELEMENT).GetHtml() !!%>">
      (or: <%!! Store:Contact.Elements.GetElement
(Str:NAME_OF_ELEMENT).Value !!%>">)
      ...
   </htmltext>
</foreach>
</reddot:cms>

but as far as I know, you have no further control over the result,
e.g. the sort order (esp. no automatic sort by alphabet). AND you
cannot access any info element!


On 6 Apr., 15:22, ingohill <[email protected]> wrote:
> Hi,
>
> i have a content-class (Page A) with a few standardfield and a list
> with several attached pages (Page B). Can i access the value of the
> standardfields of Page A form Page B?
>
> Greetings,
> Ingo
--~--~---------~--~----~------------~-------~--~----~
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