Adds a new Text
Introduced: 30.0.
<void> TextFieldCollection.addWithText(<string> text, [<RequestTextFieldCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
text | The initial field text. |
callback | Optional. The callback function that receives the requested value. |
error |
Optional. Is called when the operation failed with an error. |