0

I need to figure out how to add a custom keypad to a textfield. What I really need is a decimal point and and add button along with the normal numbers and done button.

Any clues anyone?

Thanks

Charles
  • 50,943
  • 13
  • 104
  • 142
Scubadivingfool
  • 1,227
  • 2
  • 10
  • 23

1 Answers1

0

Have a look here:

http://keith-wood.name/keypad.html

It seems to be quite flexible and allows localization and customization (don't forget that some people use decimal comma instead of point)

enter image description here

Maksym Kozlenko
  • 10,273
  • 2
  • 66
  • 55
  • It looks good but with no add function it doesn't met my needs. I do not need the comma button as much as the decimal function. The application is for a small group that uses the decimal point as a unit of money. – Scubadivingfool Apr 30 '12 at 02:06