Hi,

Using a list blockmark might work better in your situation

<!IoRangeList>
<tr>
<td><span class="date"><%inf_date_page_modified%></span></td>
<td><a href="<%lst_nav%>" title="<%hdl_title%>"><%hdl_title%></a></td> 
</tr>
<!/IoRangeList>

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 example in a page i have to display child page headline and date 
> information, below the code I have tried.:
>  
> <foreach itemname="page" 
> object="Context:CurrentMasterPage.Elements.GetElement(lst_nav).Value" 
> countername="counter">
>              <htmltext>
>                     <tr>
>                       <td><span class="date*
> "><%!!Store:page.Page.Elements.GetElement(inf_date_page_modified).GetHtml()!!%>
> *
> <%!!Store:page.Page.Elements.GetElement(inf_date_page_modified).GetHtml()!!%>
> </span></td>
>                       <td><a href=" <%!! Store:page.GetUrl() !!%>" 
> title="<%!! Store:page.Headline !!%>"><%!! Store:page.Headline 
> !!%></a></td>        
>                     </tr>
>                    </htmltext>
>           </foreach>
> I am able to get the headline and url of the child page but unable to get 
> the date information or any child page element contents.
>  
> Can any one please help me in this.
>  
>  
> Thanks in Advance
> Regards
> Samridhi Dubey
>

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reddot-cms-users+unsubscr...@googlegroups.com.
To post to this group, send email to reddot-cms-users@googlegroups.com.
Visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to