Is it possible to specify multiple parent nodes for the ultimate picker. I want to be able to select certain nodes under my home node but also nodes under another folder.
i dont think this is possible. You can mark whcih documentypes should appear in the ultimate picker, and i am pretty sure other nodes wont appear, so just set the root and the parent and add in all the allowed documenttypes
How about using the XPath DropDownList or the XPath CheckBoxList ? they can store a CSV of Ids, and can be configured to use matching nodes from anywhere within the tree via an XPath expression.
Ultimate picker with multiple parents
Is it possible to specify multiple parent nodes for the ultimate picker. I want to be able to select certain nodes under my home node but also nodes under another folder.
i dont think this is possible. You can mark whcih documentypes should appear in the ultimate picker, and i am pretty sure other nodes wont appear, so just set the root and the parent and add in all the allowed documenttypes
Hi Suzyb,
How about using the XPath DropDownList or the XPath CheckBoxList ? they can store a CSV of Ids, and can be configured to use matching nodes from anywhere within the tree via an XPath expression.
HTH,
Hendy
is working on a reply...