dojox.widget.FileInputAuto.onComplete
dojo.require("dojox.widget.FileInputAuto");
defined in dojox/widget/FileInputAuto.js
stub function fired when an upload has finished.
Usage
function (data, ioArgs, /*this*/ widgetRef) (view source)
parameter | type | description |
---|---|---|
data | raw data found in the first [TEXTAREA] tag of the post url | |
ioArgs | dojo.Deferred data being passed from the handle: callback | |
widgetRef | this | widget pointer, so you can set this.overlay to a completed/error message easily |