Wijmo UI for the Web
fileOpening Event
wijmo.fileexplorer.wijfileexplorer Namespace > options type : fileOpening Event
Standard jQuery event object
The fileOpening event handler. A function called before the file is opened.
Syntax
$(function () {
    // Set fileOpening event handler function
    $(".selector").wijfileexplorer({
        fileOpening : function (e) {
     
        }
    });
});
fileOpening = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijfileexplorer jQuery Widget