Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

Fail Event

Show in webframe
Occurs when the image has failed to load.
Syntax
add_fail(function(sender, e))
fail.add(function(sender, e))
remove_fail(function(sender, e))
fail.remove(function(sender, e))
    
Remarks

When this event fires, the Element property will be null and the Error property will contain the error for the load.

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