Samples
Forum
Support
Documentation
addCss
addMeta
addStyle
allowSelect
create
createCss
denySelect
getValue
index
insertBefore
locate
offset
pos
posRelative
preventEvent
remove
removeCss
stopEvent
Start
API Reference
html
Methods
addStyle
adds a CSS rule to the page
void
addStyle
(
string
css
);
Parameters
css
string
the CSS text
See also
api
addCss
Example
webix.
html
.
addStyle
(
".myclass{ color:red; }"
)
;
Back to top