Thank you Tiffany.  That is sort of working but it isn't displaying
the items on the list of that page.  I'm guessing GetHtml() only
displays what is on the page that is specified with the guid and none
of the pages attached to it.

Basically, what I'm hoping for is a render tag that will be used as a
replacement to referencing a content container.   The alternative is
to create multiple instances of the same template and have each one's
container reference what is needed.  I'd prefer to avoid that route
and do things dynamically on one template.  For starters I'm hoping my
original request is even possible.

On Jun 30, 1:48 pm, Tiffany <[email protected]> wrote:
> 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 areferencethroughrender
> > 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to