Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Igor Gontcharov on Aug 10, 2009 20:14
open dhtmlx forum
Problems with images in combobox

Im trying to init combobox with image icons:

var z=new dhtmlXCombo("combo_zone2","alfa2",200,'image');
z.setDefaultImage("images/user_icon.gif");

.....

It wont work at all and always gives error like "z.setDefaultImage is not a function".
Could you please help?
Answer posted by Alex (support) on Aug 11, 2009 02:27
Please, check that dhtmlxcombo_extra.js is included.