dijit
»
form
»
TextBox
» _setBlurValue
dijit.form.TextBox._setBlurValue
dojo.require("dijit.form.TextBox");
defined in dijit/form/TextBox.js
Usage
function ()
(view source)
this
.
setValue
(
this
.
getValue
(
)
,
(
this
.
isValid
?
this
.
isValid
(
)
:
true
)
)
;