Does anyone know if there's a content picker that works like the standard content picker that comes out of the box with umbraco (with the popup with the tree in), but where you can configure the root node to be a specific node?
I've looked at all the various ultimate picker variations, and they're all using dropdowns and lists rather than the tree based picker. I just need to be able to pick the one node, so the various multi-pickers are out too.......
Just wondering if there's something out there that does this already, before I go off nd code my own!
Content Picker With Configuarble Root Node
Hi,
Does anyone know if there's a content picker that works like the standard content picker that comes out of the box with umbraco (with the popup with the tree in), but where you can configure the root node to be a specific node?
I've looked at all the various ultimate picker variations, and they're all using dropdowns and lists rather than the tree based picker. I just need to be able to pick the one node, so the various multi-pickers are out too.......
Just wondering if there's something out there that does this already, before I go off nd code my own!
:)
Cheers,
Tim.
Hey Tim,
You could use the uComponents MutiNodeTreePicker and set the max limit to 1, this allows you to set a root node and also filter doctypes if needed.
Rich
is working on a reply...