Copied to clipboard

Flag this post as spam?

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


  • Anthony Candaele 1197 posts 2049 karma points
    Sep 18, 2013 @ 10:16
    Anthony Candaele
    0

    using Multi Node Tree Picker with v6 Razor

    Hi,

    Anyone used the Multi Node Tree Picker in a v6 Razor Partial View Macro File.

    I checked the documentation: http://our.umbraco.org/Documentation/Using-Umbraco/Backoffice-Overview/Property-Editors/Built-in-Property-Editors/Multi-Node-Tree-Picker

    but things seem like overly complex there.

    In my previous project I used this code to loop through values stored in a MNTP:

    dynamic r = new DynamicNode(researcher.InnerText);                       

     {

          <a href="@r.Url" title="@r.Name">@r.Name</a><text>, </text>     

      }

    But this doesn't seem to work anymore.

    Thanks for your help,

    Anthony

  • Anthony Candaele 1197 posts 2049 karma points
    Sep 18, 2013 @ 10:44
    Anthony Candaele
    100

    found this custom extension for MNTP in v6 Razor by the mighty Jeroen Breuer:

    v6 API Documentation for MNTP

  • 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