Set dropdown value from another tree node(Sub childs) values in document type
Hello,
I want to set one dropdown in document type, which should be the list of another document type list.
Means, I have created one document type 'Client Types', which is blank document type and its child document type call 'Client Type', which contains one text field for name.
Now I have created one new Document type called 'Clients', Which is also blank and its child document type called 'Client'.
Means, in my Content Node, tree structure is like below :
Now My query arise. I want one dropdown in 'Client' document type, and its values should be the list of 'Client Type' document type. How can I set that? And also I want to display Both sub child list in page.
Please help me for it. And if you have any query, ask freely.
For a drop down of Client Types, you could use the Xml DropDown Picker in nuPickers with the XPath expression (assuming the alias is 'Client'Type' without a space):
//ClientType
What do you mean by: "And also I want to display Both sub child list in page" ?
Set dropdown value from another tree node(Sub childs) values in document type
Hello,
I want to set one dropdown in document type, which should be the list of another document type list.
Means, I have created one document type 'Client Types', which is blank document type and its child document type call 'Client Type', which contains one text field for name.
Now I have created one new Document type called 'Clients', Which is also blank and its child document type called 'Client'.
Means, in my Content Node, tree structure is like below :
Now My query arise. I want one dropdown in 'Client' document type, and its values should be the list of 'Client Type' document type. How can I set that? And also I want to display Both sub child list in page.
Please help me for it. And if you have any query, ask freely.
Thank You.
Hi Dipa,
For a drop down of Client Types, you could use the Xml DropDown Picker in nuPickers with the XPath expression (assuming the alias is 'Client'Type' without a space):
What do you mean by: "And also I want to display Both sub child list in page" ?
HTH, Hendy
Hi Hendy,
'And also I want to display Both sub child list in page', means I want to display
and also
in page. For your given link, I'll check it soon.
Thanks, Dipa
Hi Dipa,
In this article I explain how you can use nuPickers as a replacement for a default content picker : http://skrift.io/articles/archive/the-king-is-dead-long-live-the-king/
The same could apply for a dropdown.
Dave
Hi Dave,
I got my solution.
Thanks, Dipa
is working on a reply...