Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by David Hutchings on Jun 05, 2009 16:37
open dhtmlx forum
Accordion - imagePath not being passed to dhtmlxWindow object

Found a bug in the Accordion code:

...this.dhxWins.setImagePath("../../../dhtmlxWindows/codebase/imgs/");...

Should be:

...this.dhxWins.setImagePath(this.imagePath);...

Thanks!
- Dave
Answer posted by Support on Jun 08, 2009 01:36
Thanks for your remark
Issue was confirmed and fixed in main codebase, fix will be included in next build.