Gets the text which is contained within a text field.
<void> TextField.getText(<RequestStringCallback> callback, [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
callback | Receives the text which is contained within a text field. |
error |
Optional. Is called when the operation failed with an error. |