Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Kevin on Dec 03, 2008 08:11
open dhtmlx forum
setting default image in dhtmlxcombo

I am attempting to change the default image used in dhtmlxcombo but the addition of dhtmlxcombo_extra.js to my script causes an error:
Error: dhtmlXCombo_defaultOption is not defined
Source File: http://qi-sales.com/common/javaScript/dhtmlX/dhtmlxCombo/codebase/ext/dhtmlxcombo_extra.js
Line: 11

The URL I am specifying is live: I have tested it, and I have specified the image using a fully qualified URI, a relative URI and an absolute URI.

I am using //v.1.3 build 81009, the latest version of dhtmlxcombo.
Answer posted by Support on Dec 04, 2008 01:45
Please be sure that you have included both 
   dhtmlxcombo.js
   dhtmlxcombo_extra.js
and "extra" js included after main one.