HTML에디터의 하단바 표시 여부를 리턴하는 API이다.
function btn_setfootbarshow_on_mouseup(objInst) { if (htmleditor.getfootbarshow()) { htmleditor.setfootbarshow(false); } else { htmleditor.setfootbarshow(true); } }