dijit.form.TextBox.getDisplayedValue
dojo.require("dijit.form.TextBox");
defined in dijit/form/TextBox.js
Returns the formatted value that the user sees in the textbox, which may be different from the serialized value that's actually sent to the server (see dijit.form.ValidationTextBox.serialize)
Usage
function () (view source)