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 limitation or in efficiency still applis to 
custom rendertags.  Well, unless one starts sending RQLs via custom 
rendertags, but it is explicitly stated in the documentation that it would 
cause deadlocks.

Hope that clarifies some of the generally miscommunication expectations of 
custom rendertags.

-Jian  

On Thursday, March 7, 2013 2:38:38 PM UTC-5, David Eichelmann wrote:
>
> 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,
>>  
>> 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 [email protected].
To post to this group, send email to [email protected].
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