Retrieve list of elements from a checkboxlist data type
Hi!
Is it possible to do this : I've created a checkbox list datatype with 10 elements. I would like to retrieve those 10 elements into a XSLT script, so I can show it in the template of one of my page.
The only think I still don't understand, is how to get the values of a checkbox list, even if this checkbox list is not a datatype include in my current documenttype.
Retrieve list of elements from a checkboxlist data type
Hi!
Is it possible to do this : I've created a checkbox list datatype with 10 elements. I would like to retrieve those 10 elements into a XSLT script, so I can show it in the template of one of my page.
Thank you in advance!
Hi Nicolas,
I have searched a little on our.umbraco to see if I could find a similar question.
I found this post, maybe it could be helpful to solve your problem.
http://our.umbraco.org/forum/developers/xslt/7028-Retrieve-Selected-Values-in-Checkbox-List-plus-XSLT
This post is about to retrieve selected values in checkbox list.
/Dennis
Thanks!
The only think I still don't understand, is how to get the values of a checkbox list, even if this checkbox list is not a datatype include in my current documenttype.
I tried to search, and I only found answers for usercontrol. This one is pretty clear : http://our.umbraco.org/forum/umbraco-pro/contour/12438-Getting-prevalues-through-the-API
Regards
is working on a reply...