HTML에디터 » Api

geteditable

Description

HTML에디터의 editable 속성값을 반환하는 API이다.

Return Value

Type Description
BOOL editable 속성(true, false)

Example

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

See Also

seteditable

Viewer Ver.

9.1.1.1

Update Date

20190829