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
How Can I Make A Parameter Recursive In An Umbraco Macro
<umbraco:Macro TopMeetingRoomsText="[#topMeetingRoomsText]" Alias="TopMeetingRooms" runat="server"></umbraco:Macro>
i want to make this parameter
TopMeetingRoomsText="[#topMeetingRoomsText]"
as a recursive one .. ?
Hi Hudhaifa,
You should be able to make a macro parameter recursive by using this syntax:
<umbraco:Macro TopMeetingRoomsText="[$topMeetingRoomsText]" Alias="TopMeetingRooms" runat="server"></umbraco:Macro>
Here you can find the documentation: http://our.umbraco.org/wiki/reference/templates/umbracomacro-element
Hope this helps,
/Dennis
Yeah It Works Thanks !
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Make Macro Parameter Recursive
How Can I Make A Parameter Recursive In An Umbraco Macro
<umbraco:Macro TopMeetingRoomsText="[#topMeetingRoomsText]" Alias="TopMeetingRooms" runat="server"></umbraco:Macro>
i want to make this parameter
TopMeetingRoomsText="[#topMeetingRoomsText]"
as a recursive one .. ?
Hi Hudhaifa,
You should be able to make a macro parameter recursive by using this syntax:
Here you can find the documentation: http://our.umbraco.org/wiki/reference/templates/umbracomacro-element
Hope this helps,
/Dennis
Yeah It Works Thanks !
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.