converts a set of CSS rules to an active CSS class
data | object | the hash of CSS rules |
string | the name of a new CSS class |
node.className = webix.html.createCss({
"color":"red",
"text-align":"center"
});
Back to top