jQuery.wijmo.wijupload Namespace > options type : totalProgress Event |
Javascript (Usage) | |
---|---|
var instance; // Type: options instance.totalProgress = function(e, data) { }; |
Javascript (Specification) | |
---|---|
totalProgress = function ( e : jQuery.Event, data : ITotalProgressEventArgs ) { }; |