携帯のキーボードを数字のみにする

on preOpenStack
   if the environment is "mobile" then
      mobileSetKeyboardType "numeric"
   end if
end preOpenStack