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
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
found this custom extension for MNTP in v6 Razor by the mighty Jeroen Breuer:
v6 API Documentation for MNTP
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
found this custom extension for MNTP in v6 Razor by the mighty Jeroen Breuer:
v6 API Documentation for MNTP
is working on a reply...