HTML에디터 » Api

gettoolbarshow

Description

HTML에디터의 툴바 표시 여부를 리턴하는 API이다.

Return Value

Type Description
BOOL 툴바 표시 여부

Example

function btn_settoolbarshow_on_mouseup(objInst) { if (htmleditor.gettoolbarshow()) { htmleditor.settoolbarshow(false); } else { htmleditor.settoolbarshow(true); } }

See Also

settoolbarshow

Viewer Ver.

9.1.1.1

Update Date

20190829