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 style get results are cached for each DOM node.
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. Style get results are cached for each DOM node.
false. Style get results are not cached for each DOM node.
The property use is given in description of the Control.addStateClass method.
See also: