멀티라인의 입력 가능한 최소 글자수를 설정하는 API이다.
function btn_on_mouseup() { if(multi.getminlength() <= 0) { // 최소 입력 글자수를 10byte로 제한. multi.setminlength(10); } }