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
addMeta
adds metadata to the page
void
addMeta
(
string
name
,
string
value
);
Parameters
name
string
the metadata name
value
string
the metadata value
Example
webix.
html
.
addMeta
(
"apple-mobile-web-app-capable"
,
"yes"
)
;
Back to top