HTML에디터 » Api

inserttml

Description

HTML 에디터의 현재 위치에 HTML 문자열을 삽입한다.

Parameters

Parameters Type Description
strHtml STRING HTML 문자열
bSelectBlock BOOL [옵션] 삽입된 HTML 블럭 선택 표시 여부 (기본값: true)

Return Value

Type Description
BOOL 정상 처리 여부

Example

function btn_addtalk_editor_b_on_mouseup(objInst) { htmleditor.inserthtml("HTML"); htmleditor.inserthtml("<span>HTML</span>", false); }

Viewer Ver.

9.1

Update Date

20211001