Returns an array of static text field information objects.
Introduced: 32.0.
<void> FormattedText.getTextFieldsByType(<TextFieldType> fieldType, <RequestTextFieldInfoArrayCallback> callback, <ErrorCallback> errorCallback)| Parameter | Description |
|---|---|
| field |
A combination of one or more field types. |
| callback | Receives the array of text field information objects. |
| error |
Is called when the operation failed with an error. |