Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by C. Bernstein on Jun 11, 2009 05:19
open dhtmlx forum
combobox arrow icon not showing up

I am using combobox and the arrow icon implying the drop down appears as an icon it cannot find.
Answer posted by Alex (support) on Jun 11, 2009 07:08

Please, check that path to a folder combo images is set correctly - dhx_globalImgPath variable, and "combo_select.gif" is in this folder. For example: 

window.dhx_globalImgPath="../../codebase/imgs/";

Answer posted on Jun 11, 2009 07:22
Yes, these are correct.  I can display the image on the web page using <img>
Answer posted by Alex (support) on Jun 11, 2009 08:32
Please, check the sample in the combo package dhtmlxCombo/samples/initialization/combo_init.html - the image is shown correctly here. If the issue still persists, please provide the sample to re-create it