Wijmo UI for the Web
totalComplete Event
Standard jQuery event object
Fires when the uploadAll button is clicked and file upload is complete.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.totalComplete = function(e) { };
Javascript (Specification) 
totalComplete = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.