TreeNode.Class

Syntax

Class: String

Description

The Class property determines a CSS class of the tree node.

Comments

Use JSON or the setClass method to set the property value and the getClass method to get the property value.

The addClass method is used to add CSS class.

The removeClass method is used to remove CSS class.

Example

The example of method use is given in description of the TreeNode.removeClass method description.

See also:

TreeNode