all groups > flash (macromedia) > june 2006 >
You're in the

flash (macromedia)

group:

How to make input text boxes upper case only



How to make input text boxes upper case only MediaMan5335
6/23/2006 8:21:28 PM
flash (macromedia):
Re: How to make input text boxes upper case only Walter Elias
6/24/2006 1:19:25 AM
Give your Input text panel an instance name. For example, call it: userText

Put this code on the timeline:

userText.restrict = "A-Z";

If you also want to allow numbers:

userText.restrict = "A-Z 0-9";
AddThis Social Bookmark Button