JavaScript
{dialog.object}inkIsEmpty Method
Syntax
{dialog.Object}.inkIsEmpty(UXControlName);
Arguments
- UXControlName
ID of the Ink Control
Description
Returns true if an Ink control is empty.
Example
var flagEmpty = {dialog.object}.inkIsEmpty('ink1');