HTML에디터 » Api

iseditorloaded

Description

HTML에디터 로딩완료 여부를 리턴하는 API이다.

Return Value

Type Description
BOOL HTML에디터 로딩완료 여부

Example

function btn_test_on_mouseup(objInst) { if (htmleditor.iseditorloaded()) { // HTML에디터 로딩완료 } }

Viewer Ver.

9.1.1.1

Update Date

20241007