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