I have a screenshot on this attach document but I do not know what you call this type of function in a html form. Is it just simply a textarea with a scrollbar which allows you to select numbers higher or lower? If I know what it is then I can research this I find out how to code it myself.
Thank You
What do you call this
Moderator: General Moderators
-
manleybruce
- Forum Newbie
- Posts: 6
- Joined: Mon Nov 07, 2011 7:48 pm
Re: What do you call this
It's generally called a spinner and doesn't exist in HTML. You can simulate them using JS, mind you.
Re: What do you call this
I'm not sure what it is called either, but here is some sample code:
http://javascript.internet.com/buttons/up-down-box.html
Note they use two separate input buttons, to do what you want, you'd need an image of two buttons and act upon clicking on that image.
-Greg
http://javascript.internet.com/buttons/up-down-box.html
Note they use two separate input buttons, to do what you want, you'd need an image of two buttons and act upon clicking on that image.
-Greg