insertHTMLDescription Inserts HTML at the current cursor position Syntax object.insertHTML (string html); Parameter The single parameter is a string containing the code you want to insert. Notes This function will insert code at the current cursor position or overwrite the current selection. Example: The following example will insert code into the editor named 'myEditor':
|