Loads JSON data which is used to create table and field name menu items in the mailings ribbon tab.
Introduced: X16.
<void> TXTextControl.loadJsonData(<string> jsonData, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
json |
Specifies the JSON content which is used as a database. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |