셀렉트박스의 리스트 전체를 삭제하는 API이다.
function btnRemoveall_on_mouseup() { sbTest.removeall(); // 셀렉트박스 리스트 전체삭제 }