Neat, Adam. So this works 1) when <%con_BodyArea%> references a page?(another container) 2) when <%con_BodyArea%> connects to a page? Or both?
On Thu, Sep 11, 2008 at 9:21 AM, Adam <[EMAIL PROTECTED]> wrote: > > Let's say that pageA has a container named con_BodyArea. In this > container there is a page with an element named stf_Description that > you want to display in pageA. Do the following: > > 1. In the Content Class for pageA, create an Info Element named > info_PageGuid. This element should display the "Page: GUID of Page" > value. > > 2. Add the following Render Tag to the Template used to display pageA: > > <%!! Context:Pages.GetPage(Guid:<%info_PageGuid > %>).Elements.GetElement(con_BodyArea).Value[Int32:0].Elements.GetElement(stf_Description).Value > !! > %> > > Just be sure to resist the temptation to use quotes around element > names in the Render Tags! > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
