getValue

возвращает содержимое элемента

string getValue(HTMLElement node);
nodeHTMLElementэлемент DOM
stringсодержимое элемента

Example

var content = webix.html.getValue("myDiv");

Наверх