To use drop down multiple you create a new datatype based on this then add values. The way you wish to use it namely select certain nodes from specific parent you would need to write your own datatype to get the data that user can select in the drop down down. See Tim's blog for good guide on how to do this.
I think you want to use the ultimatepicker in that case.
Create a new datatype using the ultimatepicker as the rendercontrol, press save and in the next screen you'll be able to select the parent node id and the type of picker you want (including the dropdown multiple). then use this datatype on your document.
Dropdown multiple property
Hello,
Doesn anyone knows how to use this property ?
I want to be able to select e.g. certain nodes from a specific parent node.
Thanks in advanced
Nicu
Nicu,
To use drop down multiple you create a new datatype based on this then add values. The way you wish to use it namely select certain nodes from specific parent you would need to write your own datatype to get the data that user can select in the drop down down. See Tim's blog for good guide on how to do this.
Regards
Ismail
I think you want to use the ultimatepicker in that case.
Create a new datatype using the ultimatepicker as the rendercontrol, press save and in the next screen you'll be able to select the parent node id and the type of picker you want (including the dropdown multiple). then use this datatype on your document.
(from memory, let me know if it's unclear!)
thanks dandrayne it's exactly what I need it
thanks Ismail as well, I do know now how to create custom datatype
nicu
is working on a reply...