I have a parent node on the content section with a doctype named "Home" and its consists of individual properties something like "contact info", "second contact info" etc.
Now I have next doctype for the child nodes on content section, for which there should be a single property which could list the properties of parentnode as checkbox list.
Something like this, where wiki or forum are meant to be contact info and second contact info
Multiple checkbox datatype
Hi to all,
I am hoping if we could have a single property that have multiple checkbox.
Like this? http://ucomponents.codeplex.com/wikipage?title=XPathCheckBoxList&referringTitle=Documentation
Rich
Hi Rich,
The uComponents checkboxlist only list the matched nodes. Actually I want the parent node properties to be listed in the checkbox list.
how could we do so?
"Can use $currentPage and also $parentPage within the XPath expression."
From here http://ucomponents.codeplex.com/wikipage?title=XPathCheckBoxList&referringTitle=Documentation
Rich
I think you misread my need, I want properties of the parent node at level one to be listed
I'm not too clear on what you're asking.
Can you post an image of your content structure and highlight which doctypes you want in the check box list?
With XPath there will be a way for this to work for sure
Rich
Rich,
I have a parent node on the content section with a doctype named "Home" and its consists of individual properties something like "contact info", "second contact info" etc.
Now I have next doctype for the child nodes on content section, for which there should be a single property which could list the properties of parentnode as checkbox list.
Something like this, where wiki or forum are meant to be contact info and second contact info
is working on a reply...