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
getValue
returns the node content
string
getValue
(
HTMLElement
node
);
Parameters
node
HTMLElement
a DOM element
Returns
string
the content of the node
Example
var
content
=
webix.
html
.
getValue
(
"myDiv"
)
;
Back to top