Categories | Question details Back To List | ||
Change image source location( ComboBox) Hi, Is there an easy way for changing the src path of image for a ComboBox?, because its currently trying to find IMG in same location as the script generating the ComboBox, but this is a CGI-BIN folder that can't be accessed directly by the browser. Thanks Answer posted by Support on Apr 02, 2008 04:14 You can define path, which will be used by combo as var dhx_globalImgPath="some/url/"; |