How to access child page's element to get the corresponding content in parent page.

2013-02-08 Thread Sami Dubey
Hi All, I have a scenario in which i need to display the child page information into parent page. For example in a page i have to display child page headline and date information, below the code I have tried.: <%!!Store:page.Page.Eleme

Re: How to access child page's element to get the corresponding content in parent page.

2013-02-08 Thread Jian Huang
Hi, Using a list blockmark might work better in your situation <%inf_date_page_modified%> <%hdl_title%> On Friday, February 8, 2013 5:33:52 AM UTC-5, Sami Dubey wrote: > > Hi All, > > I have a scenario in which i need to display the child page information > into parent page. > For exampl

Re: How to access child page's element to get the corresponding content in parent page.

2013-03-07 Thread David Eichelmann
Meta-Fields (like your inf_...) can still not be read by Rendertags. (Starting with V10 or V11 you can built "Custom Rendertags". Maybe its possible to get that info out via that way. Meanwhile use the IoRangeList...) Am Freitag, 8. Februar 2013 11:33:52 UTC+1 schrieb Sami Dubey: > > Hi All, >

Re: How to access child page's element to get the corresponding content in parent page.

2013-03-07 Thread Jian Huang
Hi David, Custom rendertags is available V11 SP2. Custom rendertag is really just a mechanism for developers to call user defined functions in the syntax of rendertag. Then in that user defined function, the development can any C# code + existing rendertag code. So...any existing rendertag li