Wijmo UI for the Web
errorOccurred Event
wijmo.fileexplorer.wijfileexplorer Namespace > options type : errorOccurred Event
Standard jQuery event object
The errorOccurred event handler. A function called when an error occurs.
Syntax
$(function () {
    // Set errorOccurred event handler function
    $(".selector").wijfileexplorer({
        errorOccurred : function (e) {
     
        }
    });
});
errorOccurred = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijfileexplorer jQuery Widget