Functiondijit.form.TextBox.setDisplayedValue

dojo.require("dijit.form.TextBox");
defined in dijit/form/TextBox.js

Sets the value of the visual element to the string "value". The widget value is also set to a corresponding, but not necessarily the same, value.

Usage

function (/*String*/ value, /*Boolean?*/ priorityChange) (view source)
parametertypedescription
valueString 
priorityChangeBooleanOptional. If true, an onChange event is fired immediately instead of waiting for the next blur event.