HTML에디터 로딩완료 여부를 리턴하는 API이다.
function btn_test_on_mouseup(objInst) { if (htmleditor.iseditorloaded()) { // HTML에디터 로딩완료 } }