Check documentation for the
latest version of dhtmlxSuite
setContent DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
alignCenter
alignJustify
alignLeft
alignRight
applyBold
applyH1
applyH2
applyH3
applyH4
applyItalic
applyStrikethrough
applySub
applySuper
applyUnderscore
attachEvent
clearFormatting
createBulList
createNumList
decreaseIndent
detachEvent
getContent
increaseIndent
setContent
setContentHTML
Start
Editor
dhtmlXEditor API
Methods
setContent
sets content to editor document
void
setContent
(
string
html
);
html
string
html string which should be set as the content of editor
Example
myEditor.
setContent
(
html
)
;
Back to top