Categories | Question details Back To List | ||
How to change the image path.
When the toolbar is created from a cgi script and I load the toolbar.xml file than no images are displayed. The url of the images are changed to the location of the cgi file. If I change the XML file with a full qualified url than this doesn't change. Answer posted on Jun 13, 2007 10:49 For toolbar you can execute next command toolbar.setGfxPath(pathToImages); Please beware that such command may not be available for old dhtmlxToolbar version, you can download latest code from http://scbr.com/docs/products/dhtmlxToolbar/index.shtml Answer posted by radyno (Support) on Dec 11, 2014 12:27 I hope this information will be enough for you. But you also can have a look at simple slider javascript and javascript library. |