dojox
»
widget
»
FileInputAuto
» _onFocus
dojox.widget.FileInputAuto._onFocus
dojo.require("dojox.widget.FileInputAuto");
defined in dojox/widget/FileInputAuto.js
clear the upload timer
Usage
function ()
(view source)
if
(
this
._blurTimer
)
{
clearTimeout
(
this
._blurTimer
)
;
}