I did not find any code example, so I don't know, if it is possible out of the box. But how do I have to change this code so that the user only can select content of a certain documentType:
I need it in my custom property editor. So how can I use the Multinode Tree picker in Javascript, without copy&paste the code from the Multinode Tree Picker editor?
dialogService contentPicker filter by doctype
Hi,
I did not find any code example, so I don't know, if it is possible out of the box. But how do I have to change this code so that the user only can select content of a certain documentType:
There is already exist Multinode Tree picker, which you can limited the doctype and even choose the start node for dialog
Hi,
I need it in my custom property editor. So how can I use the Multinode Tree picker in Javascript, without copy&paste the code from the Multinode Tree Picker editor?
Ok. I found the solution thanks to your hint.
The code should be:
Do you know how to hide the other nodes?
is working on a reply...