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!
Is it possible to get the name of item in MultiNodeTreePicker for a list view?
I've tried different templates:
But no result.
Umbraco 10.0.1
have you tried {{ pickerAlias | ncNodeName }} or {{urlPickerAlias[0]["name"]}}
{{ pickerAlias | ncNodeName }}
{{urlPickerAlias[0]["name"]}}
Thank you Huw, it's nice clue with pickerAlias.
But it still doesn't work.
Here is a list what I tried:
{{ feedBackService | ncNodeName }} {{ feedBackService[0]["name"] }} {{ feedBackService[0]["Name"] }} {{ feedBackService[0] | ncNodeName }} {{ feedBackService[0].name }} {{ feedBackService[0].Name }} {{ value[0]["Name"] }} {{ value[0]["name"] }} {{ value[0] | ncNodeName }} -- Error {{ value[0] | Name }} -- Error. The list doesn't even displayed
The answer is simple.
{{ value | ncNodeName }}
But it returns infinity Loading.... for a first usage.
I don't know why but to fix that it needs to load any other page and than return back
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
List view and MultiNodeTreePicker
Hi!
Is it possible to get the name of item in MultiNodeTreePicker for a list view?
I've tried different templates:
But no result.
Umbraco 10.0.1
have you tried
{{ pickerAlias | ncNodeName }}
or{{urlPickerAlias[0]["name"]}}
Thank you Huw, it's nice clue with pickerAlias.
But it still doesn't work.
Here is a list what I tried:
The answer is simple.
But it returns infinity Loading.... for a first usage.
I don't know why but to fix that it needs to load any other page and than return back
is working on a reply...