Just to clarify, you want to have a picker which picks a single file from a list of files attached to same document type as the one you want the single picker on?
I don't know of any existing property editors that will do this. It is possible but you would need to develop custom editors. I would suggest that you could combine this into one editor whereby each file also has a checkbox to indicate if it is to be selected?
Populate Multi-node tree picker with contents of particular Property
Hi all,
I have a document type, with two tabs.
Tab1 contains a property say "Name", type = "textstring" and another property say "Required Files", type = "Multi-node tree picker".
Tab2 contains a property say "Upload files", type = "Multiple file picker"
My requirement is to get contents in "Upload files" and it should appear in "Required Files".
How can i make it possible?
Please help, Thanks.
Hi Erma,
Just to clarify, you want to have a picker which picks a single file from a list of files attached to same document type as the one you want the single picker on?
Jeavon
Yes, that is what i want. Any suggestions?
Hi Erma,
I don't know of any existing property editors that will do this. It is possible but you would need to develop custom editors. I would suggest that you could combine this into one editor whereby each file also has a checkbox to indicate if it is to be selected?
Jeavon
Hi, out of intrest why do you need to put the contents of one multinode picker on to another. may be there is another way around the problem :)
is working on a reply...