HTML에디터 » Api

seteditable

Description

HTML에디터의 편집가능 여부를 설정하는 API이다.

Parameters

Parameters Type Description
bEditable bool 편집가능 여부(true, false)

Return Value

Type Description
BOOL 정상 처리 여부

Example

function btn_seteditable_on_mouseup(objInst) { if (htmleditor.geteditable()) { htmleditor.seteditable(false); } else { htmleditor.seteditable(true); } }

See Also

geteditable

Viewer Ver.

9.1.1.1

Update Date

20190829