This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

msPutPropertyEnabled

Summary

Non standard. Sets a property as enabled or disabled.

Method of css/cssom/CSSStyleDeclaration/CSSStyleDeclarationcss/cssom/CSSStyleDeclaration/CSSStyleDeclaration

Syntax

 declaration.msPutPropertyEnabled(/* see parameter list */);

Parameters

name

Data-type
String

The name of the property.

enable

Data-type
Boolean

Whether to enable or disable the property.

Return Value

No return value

See also

Related pages

Attributions