지정한 탭 아이템의 이름을 가져오는 API이다.
function btn_getname_on_mouseup() { // 1번째 탭아이템의 이름을 가져온다. screen.alert(tab.gettabitemname(0)); }