Categories | Question details Back To List | ||
How to do a ComboBox with tree and checkbox ? Hi, I'm testing your products and before purshasing I have a request : I would like to make a special ComboBox drop down. Instead of only have a list of checkbox as shown in you sample web site, I would like a tree with node, sub node and checkbox. How can I do that with dhtmlcombo and dhtmlTree package ? Thank a lot. Regards, Ludovic Raulet Socompetent.com Answer posted by Support on Jan 08, 2008 02:50 In your case usage of combo is probably not necessary ( there is no way to integrate both components in desired way without lot of coding ) but you can use dhmlxtree with default input control <input .... onclick="showTree()"> where function showTree - will show tree under input, so when you click on input , tree with possible options|checkboxes will be shown. |