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) 
var instance; // Type: options
instance.totalUpload = function(e) { };
Javascript (Specification) 
totalUpload = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.