Not sure if this is what you need but I often have parent pages with content that should be shown on their children pages.
I use this: <%!!Context:CurrentPage.MainLink.OwnerPage.Elements.GetElement (txt_moreinfo).GetHtml()!!%> On Jun 30, 1:44 pm, "D. Sit" <[email protected]> wrote: > I was able to get that far but I think I posed my question poorly. > > What I wanted to do was basically create a reference through render > tags; have the contents inside that container display on other pages. > > In any case thank you very much Ingo. I'll try searching for the > solution now. > > On Jun 30, 1:14 pm, "Ingo Hillebrand" <[email protected]> > wrote: > > > Hi, > > > this snip should fit your needs: > > > <foreach itemname="item" object="Context:Pages.GetPage(Guid: > > C11785B86CE04929A3B8DD11F4E4FD8C).Elements.GetElement(con_Container).Val > > ue"> > > <htmltext> > > <%!! Store:item.Id !!%> > > </htmltext> > > </foreach> > > > This is the way, to get to the content. > > > BTW: in the this-group is a search-function, there are different > > explamples this a more hints you can use to get into the rendertag > > "engine". --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
