addClass(className: String);
className. Name of the css-class to be added.
The addClass method adds css-class to the node.
Example of method use is given in the TreeNode.removeClass method description.
See also:
TreeNode