PP.releaseCapture

Syntax

releaseCapture(domNode: HTMLElement);

Parameters

domNode. DOM element whose events should be deleted. This parameter is optional, its default value is not defined.

Description

The releaseCapture method removes saved value.

Comments

Initially the value is remembered with the PP.setCapture method.

Example

The example of use is given in the with description of the PP.setCapture method.

See also:

PP