Categories | Question details Back To List | ||||||||
Strange image path to combo_select.gif if integrated with grid Hi, My grid is defined like this: _css_prefix="/script/codebase/"; _js_prefix="/script/codebase/"; window.dhx_globalImgPath="/script/codebase/imgs/"; mygrid = new dhtmlXGridObject('gridbox'); mygrid.setImagePath("/script/codebase/imgs/"); and I have one ombo column. Using integration with dhtmlXcombo. But when open combo I look into Firebug and found out that image "combo_select.gif" is traying to get from "http://localhost/dhtmlXCombo/codebase/imgs/combo_select.gif". I don't get where from this "/dhtmlXCombo/" part is from ? Answer posted by Support on Dec 13, 2007 01:51 By default excell rely on default package structure. Please use attached file instead of original one - it will not override custom image path settings. Attachments (1)
Answer posted by krzak on Dec 13, 2007 02:27 thanks, now it works as expected. Answer posted by krzak on Dec 19, 2007 12:24 This problem is back with Grid 1.5 Answer posted by Support on Dec 20, 2007 04:27 Update in code was made after version 1.5 was branched, so it was not included in it. You can use file attached it this thread - it fully compatible with version 1.5 code |