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