Documentation

addStyle

adds a CSS rule to the page

void addStyle(string css);

Parameters

cssstringthe CSS text

See also

Example

webix.html.addStyle(".myclass{ color:red; }");

Back to top