removeCss of html, Methods Webix Docs

stringthe name of a CSS class to remove

Example

//any node
webix.html.removeCss(node, "selected");
 
//webix component top node
webix.html.removeCss( $$("dt").getNode(), "mycss");

See also

Back to top