Sets the color used to display the text at the current input position as a CSS color string.
<void> InputFormat.setTextColor(<String> value, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| value | The CSS color string. |
| callback | Optional. Is called when the operation completed. |
| error |
Optional. Is called when the operation failed with an error. |