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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...