Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    setImageURLPrefix bug

    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.
    Last edited by bwilkins30; 19 Mar 2013, 09:38.

    #2
    http://forums.smartclient.com/showthread.php?t=21718&highlight=Setimageurlprefix

    This shows another thread from a year ago with the same problem.

    Comment

    Working...
    X