Wijmo UI for the Web
totalUpload Event
Standard jQuery event object
Fires when the uploadAll button is clicked. This event can be cancelled. "return false;" to cancel the event.
Syntax
Javascript (Usage) 
$(function () {
    // Set totalUpload event handler function
    $(".selector").wijupload({
        totalUpload : function (e) {
     
        }
    });
});
Javascript (Specification) 
totalUpload = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object

See Also

Reference

options type
wijupload jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.