Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

Done Event

Show in webframe
Occurs when the image has loaded successfully.
Syntax
add_done(function(sender, e))
done.add(function(sender, e))
remove_done(function(sender, e))
done.remove(function(sender, e))
    
Remarks

When this event fires, the Element property will have the loaded element. IsHTMLImageElement will be true if the Element is an HTML Image Element, versus other HTML or XML (SVG). Width, Height, and IsHTMLImageElement will also be set appropriately.

Example
See ImageLoader for an example.
Event Data
Parameter Type Description
sender 'var' The source of the event.
See Also

Reference

ImageLoader Object
ImageLoader Members

Error processing SSI file