modifier

Determines whether the modifier key (for example, Ctrl on Microsoft Windows®) is held down when a particular event executes.

JavaScript Syntax

Reference_Syntax.modifier = false | true; 
- or - 
Reference_Syntax.modifier = 0 | 1;

FormCalc Syntax

Reference_Syntax.modifier = 0 | 1

Values

Type

Values

Boolean

  • true | 1 (default)

  • false | 0

Modifier key is held down during event execution.

  • false | 0

Modifier key is not held down during event execution.

Applies to

Version

XFA 2.1

Examples

JavaScript

xfa.event.modifier;

FormCalc

xfa.event.modifier

// Ethnio survey code removed