숫자필드에 mobile_keyboard속성값을 반환하는 API이다.
function btntest_on_mouseup() { screen.alert("컴포넌트 mobile_keyboard 속성값 : " + field.getmobilekeyboard()); }