hasClass (value);
value. Name of the CSS class.
The hasClass method determines whether specified CSS class is set for the root DOM node of the control.
The method returns True if class is set, otherwise it returns False.
The example of use is given in description of the Control.addStateClass method.
See also: