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