I would like to be able to specify which node will be expanded by default when clicking "choose..." button of the control (currently the entire root of Umbraco Tree is shown). Is there a way of doing that?
I don't believe there is — are you using this primarily as a Content picker? Then you may want to look at Multi-Node Tree Picker or maybe the XPath DropDownList...
Yes, this is for content selection only. We are trying to avoid using MNTP since there will be a lot of such elements which will result in performance impact. But I'll try to look at XPath DropDown. Thanks.
Following up on Chriztian's reply... the Url Picker (and Multi-Url Picker) reuse Umbraco's native Content Picker control... which at present doesn't enable a start node to be selected. If any updates/modifications were made to the core's Content Picker, then Url Picker would automatically have those features.
Multi-URL picker: Start node
Hi guys.
I would like to be able to specify which node will be expanded by default when clicking "choose..." button of the control (currently the entire root of Umbraco Tree is shown). Is there a way of doing that?
Hi Ivan,
I don't believe there is — are you using this primarily as a Content picker? Then you may want to look at Multi-Node Tree Picker or maybe the XPath DropDownList...
/Chriztian
Hi Chriztian.
Yes, this is for content selection only. We are trying to avoid using MNTP since there will be a lot of such elements which will result in performance impact. But I'll try to look at XPath DropDown. Thanks.
Hi Ivan,
Following up on Chriztian's reply... the Url Picker (and Multi-Url Picker) reuse Umbraco's native Content Picker control... which at present doesn't enable a start node to be selected. If any updates/modifications were made to the core's Content Picker, then Url Picker would automatically have those features.
Cheers, Lee
is working on a reply...