Gets whether a text field's text is checked on misspelled words.
<void> TextField.setIsSpellCheckingEnabled(<boolean> isSpellCheckingEnabled, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| is |
Specifies whether a text field's text is checked on misspelled words. |
| callback | Optional. Is called when the operation completed. |
| error |
Optional. Is called when the operation failed with an error. |