Виджеты
Примеры
Демо
Форум
Сервисы
Документация
addCss
addMeta
addStyle
allowSelect
create
createCss
denySelect
download
getSelectionRange
getTextSize
getValue
index
insertBefore
locate
offset
pos
posRelative
preventEvent
remove
removeCss
removeStyle
setSelectionRange
stopEvent
triggerEvent
Старт
Справочник API
html
Methods
addMeta
добавляет метаданные на страницу
void
addMeta
(
string
name
,
string
value
);
name
string
название метаданных
value
string
значение метаданных
Example
webix.
html
.
addMeta
(
"apple-mobile-web-app-capable"
,
"yes"
)
;
Наверх