GetFormValue
Returns a value of the specified form.
Syntax
expression.GetFormValue(internalId);
expression
- A variable that represents a Api class.
Parameters
Name | Required/Optional | Data type | Default | Description |
---|---|---|---|---|
internalId | Required | string | A unique internal identifier of the form. |
Returns
null | string | boolean
Example
window.Asc.plugin.executeMethod ("GetFormValue", ["1_713"], function (res) {
console.log (res)
});