Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by patricia on Aug 25, 2008 01:32
open dhtmlx forum
combo with images

I have a combo with images and country name i need to filter data of the combo by country.
z.enableFilteringMode(true);--> not working well cause i have the images before the country name
thank you
Answer posted by Support on Aug 25, 2008 05:20
If you are using images as part of item text - fitlering will included such HTML data in processing, which may cause not expected results.
But if you will use "image" combo mode
         http://dhtmlx.com/docs/products/dhtmlxCombo/samples/options/combo_options.html?un=1219668003000
The combo will store images separatly from item text, which allow to use filtering in combo.