DYNAMIC Attribute | dynamic Property

This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.

Specifies whether the onchange event continually fires while the slider is in motion.

Syntax

XML <ELEMENT DYNAMIC = bDynamic... >
Scripting [ bDynamic = ] slider.dynamic

Possible Values

bDynamic Boolean that specifies or receives one of the following values.
0
Default. Specifies that the onchange event fires once when the slider is moved.
1
Specifies that the onchange event fires continually when the slider is moved.

The property is read/write. The property has a default value of 0.

Remarks

The dynamic property is available only to objects participating in the slider behavior.

Applies To

slider