getCssStyle(node, styleName: String, toNumber: Boolean, noCache);
node. The DOM node, for which style value should be obtained.
styleName. CSS property name.
toNumber. Indicates whether style is converted to number format.
noCache. Indicates whether results of getting styles for each DOM node are cached.
The getCssStyle method gets style for specified node.
Available values of the toNumber parameter:
true. An attempt to convert style to number format will be made. If conversion succeeded, the method returns 0.
false. An attempt to convert style to number format will not be made.
Available values of the noCache parameter:
true. Results of getting styles for each DOM node will be cached.
false. Results of getting styles for each DOM node will not be cached.
The property use is given in description of the Control.addStateClass method.
See also: