Widgets
Samples
Demos
Forum
Services
Documentation
addCss
addMeta
addStyle
allowSelect
create
createCss
denySelect
download
getSelectionRange
getTextSize
getValue
index
insertBefore
locate
offset
pos
posRelative
preventEvent
remove
removeCss
removeStyle
setSelectionRange
stopEvent
triggerEvent
Start
API Reference
html
Methods
addMeta
adds metadata to the page
void
addMeta
(
string
name
,
string
value
);
name
string
the metadata name
value
string
the metadata value
Example
webix.
html
.
addMeta
(
"apple-mobile-web-app-capable"
,
"yes"
)
;
Back to top