Api.htmlEditorPasteHtml

Pastes the specified HTML into the specified HTML editor.

Usage

Api.htmlEditorPasteHtml(fieldName, html)

Parameters

fieldName : String

The name of the HTML control.

html : String

HTML to paste. It will be pasted at the current caret position in the HTML editor.