CSS Manager overview
The DHTMLX library provides you with the opportunity to create new classes and manipulate them dynamically with the help of the CssManager helper.
The list of the available methods of dhx.cssManager
is described below.
Methods
Name | Description |
---|---|
add() | creates a new class with a list of styles |
get() | returns a list of styles by the class name |
remove() | removes a class, that was created by cssManager, with all its styles |
update() | updates a class after its silent adding |