getValue

returns the node content

string getValue(HTMLElement node);
nodeHTMLElementa DOM element
stringthe content of the node

Example

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

Back to top