Categories | Question details Back To List | ||
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. |