I wanted to populate a dropdown with the result of an xslt query.
I have an instance where I have a parent node called authors and would like to make a bunch of child nodes and have them be the values of the drop down list.
How would i approach that kind of custom datatype development for that scenario?
How about that for timing ? have just written a new datatype for uComponents - XPath DropDownList, but not added it to source control yet as 2.1beta was being released and didn't want to introduce new code. Will check it in as soon as I can - hope it's of use.
Custom Dropdown DataType Gets Values From Xslt?
Hi Guys,
I wanted to populate a dropdown with the result of an xslt query.
I have an instance where I have a parent node called authors and would like to make a bunch of child nodes and have them be the values of the drop down list.
How would i approach that kind of custom datatype development for that scenario?
Cheers,
Tom
Take a look at uComponents you could use multi node tree picker for this. http://ucomponents.codeplex.com/documentation
Regards
Ismail
Hi Tom,
How about that for timing ? have just written a new datatype for uComponents - XPath DropDownList, but not added it to source control yet as 2.1beta was being released and didn't want to introduce new code. Will check it in as soon as I can - hope it's of use.
Cheers,
Hendy
Hi Hendy!
Fantastic!! would you mind shooting me an email when it's checked in! I'd love to start using it when it's stable! penny.lane.mini at gmail dot com
Thanks!!!!
Hi Tom,
Have just checked in the XPath DropDownList.
Cheers,
Hendy
is working on a reply...