Control.setOpacityIE8

Syntax

setOpacityIE8 (domNode, value);

Parameters

domNode. DOM node that contains the component.

value. Transparency value that varies between 0 and 1.

Description

The setOpacityIE8 method sets component transparency value in InternetExplorer 8.

Example

The example of use is given in description of the Control.setIsHovered method.

Seebsp;also:

Control