dijit.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.
parameter | type | description |
---|---|---|
value | String | |
priorityChange | Boolean | Optional. If true, an onChange event is fired immediately instead of waiting for the next blur event. |