Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Steve Schreiner on Sep 25, 2008 06:08
open dhtmlx forum
combo.setImagePath

I was trying to find the setImagePath() method for a combobox? I can only find this:

     <script>
     window.dhx_globalImgPath="../../dhtmlxCombo/imgs/";
     </script>

Can you add a setImagePath() method to the combobox?

Thanks,
Steve
Answer posted by dhtmlx support on Sep 26, 2008 08:36
The combo doesn't provide method to set image path.
The path can be set  in the dhx_globalImgPath  variable . The default image path is the folder where the page with combo is placed.

Currently we are not planning to add setImagePath method.