InsertHtml Method

Inserts HTML code into the currently selected position in the editor in WYSIWYG mode.

Syntax

object.InsertHtml(htmlText)

Parameters

The following parameters are available:

Parameter Description
htmlText HTML code to be inserted into the editor.

Return Type

None