Announcement

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

    Detect broken link in images

    Hi,

    is there a standard way in SmartGwt to detect a broken link in an Img widget? In Javascript, I think it can be done using the onerror attribute on the img element, but what about SmartGWT?
    Any help/example would be greatly appreciated.

    Many thanks,
    Thomas

    #2
    You can use the core GWT "Image" class to do this kind of detection without using JavaScript.

    Comment

    Working...
    X