remove()
removes a class, that was created by cssManager, with all its styles
remove(className: string): void;
Parameters:
className: string
- the name of the class to be deleted
Example
dhx.cssManager.remove("myCustomClass");
removes a class, that was created by cssManager, with all its styles
className: string
- the name of the class to be deletedExample
dhx.cssManager.remove("myCustomClass");