Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello.
I need to create a content item, that'll be reusable and recursive. I've found a wonderfull http://our.umbraco.org/wiki/how-tos/creating-reusable-content . But this code
<umbraco:Macro toutIdArray="[#toutIDs]" Alias="ToutRender" runat="server" />
add only a macro and I can't understand where and how can I add "umbraco:Item recursive="true"
Any ideas?
Hi Galina,
You should be able to do something like this, if I remeber correctly.:
[$propertyAlias]
<umbraco:Macro toutIdArray="[$toutIDs]" Alias="ToutRender" runat="server"/>
http://our.umbraco.org/wiki/reference/templates/umbracomacro-element/macro-parameters/advanced-macro-parameter-syntax
Hope this helps,
/Dennis
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Reusable recursive content
Hello.
I need to create a content item, that'll be reusable and recursive. I've found a wonderfull http://our.umbraco.org/wiki/how-tos/creating-reusable-content . But this code
add only a macro and I can't understand where and how can I add "umbraco:Item recursive="true"
Any ideas?
Hi Galina,
You should be able to do something like this, if I remeber correctly.:
[$propertyAlias]
http://our.umbraco.org/wiki/reference/templates/umbracomacro-element/macro-parameters/advanced-macro-parameter-syntax
Hope this helps,
/Dennis
is working on a reply...