TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

UpdateAddinFields

UpdateAddinFields(arrData)

Updates the addin fields with the specified data.

Parameters:

Name Type Description
arrData Array.<AddinFieldData>

An array of addin field data.

Returns:

This method doesn't return any data.

Example

Copy code
var aAddinFieldData = [{"FieldId": "1", "Value": "Addin №1", "Content": "This is the first addin field"}];
window.Asc.plugin.executeMethod("UpdateAddinFields", [aAddinFieldData]);