SmartGWT 3.1p 03-19-2013
GWT 2.5
---
Setting the imageURLPrefix causes the path to the images to always be appended with the word "images". If the user sets the imageURLPrefix to "/", then the path does not become appended with the word "images". My images are already in a directory called images. Why does calling setImageURLPrefix on a ListGridField set to type IMAGE, always append the word images?
This is easily observable in the Showcase by right-clicking on an image column and viewing the image info in Firefox: http://www.smartclient.com/smartgwt/...atatypes_image
I understand if its not absolute, that "path of the URL will be relative to this string", but its not documented that it append images, which seems unnecessary to do.
GWT 2.5
---
Setting the imageURLPrefix causes the path to the images to always be appended with the word "images". If the user sets the imageURLPrefix to "/", then the path does not become appended with the word "images". My images are already in a directory called images. Why does calling setImageURLPrefix on a ListGridField set to type IMAGE, always append the word images?
This is easily observable in the Showcase by right-clicking on an image column and viewing the image info in Firefox: http://www.smartclient.com/smartgwt/...atatypes_image
I understand if its not absolute, that "path of the URL will be relative to this string", but its not documented that it append images, which seems unnecessary to do.
Comment