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
I want to make a Multinode Treepicker that allows for selection of any child items of the item it is on.
I expected the following xpath query to work:
$current/*
But it always return a blank list.
I can't find any information on this but someone must have done it before.
Thanks for any help,Jon
Hi Jon,
If you just want child items, in the Multinode Treepicker of the item it is on. Then this xpath query should work for you:
$current
You can find the documententation for the multinode treepicker for Umbraco 7 here: https://our.umbraco.org/documentation/using-umbraco/backoffice-overview/property-editors/Built-in-Property-Editors-v7/Multinode-Treepicker
Hope this helps,
/Dennis
Thanks Dennis, worked like a charm!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Making a generic Multinode Treepicker that allows selection of child items
I want to make a Multinode Treepicker that allows for selection of any child items of the item it is on.
I expected the following xpath query to work:
But it always return a blank list.
I can't find any information on this but someone must have done it before.
Thanks for any help,
Jon
Hi Jon,
If you just want child items, in the Multinode Treepicker of the item it is on. Then this xpath query should work for you:
$current
You can find the documententation for the multinode treepicker for Umbraco 7 here: https://our.umbraco.org/documentation/using-umbraco/backoffice-overview/property-editors/Built-in-Property-Editors-v7/Multinode-Treepicker
Hope this helps,
/Dennis
Thanks Dennis, worked like a charm!
is working on a reply...