Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Hudhaifa Yoosuf 28 posts 97 karma points
    Apr 25, 2014 @ 08:35
    Hudhaifa Yoosuf
    0

    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 .. ?

     


  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Apr 25, 2014 @ 08:42
    Dennis Aaen
    100

    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

  • Hudhaifa Yoosuf 28 posts 97 karma points
    Apr 25, 2014 @ 15:19
    Hudhaifa Yoosuf
    0

    Yeah It Works Thanks !

     

  • 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.

Please Sign in or register to post replies