HTML에디터 » Api

setfootbarshow

Description

HTML에디터의 하단바 표시 여부를 설정하는 API이다.

Parameters

Parameters Type Description
bShow BOOL 표시 여부(true, false)

Return Value

Type Description
BOOL 정상 처리 여부

Example

function btn_setfootbarshow_on_mouseup(objInst) { if (htmleditor.getfootbarshow()) { htmleditor.setfootbarshow(false); } else { htmleditor.setfootbarshow(true); } }

See Also

getfootbarshow

Viewer Ver.

9.1.1.1

Update Date

20190829