A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: TextFormat ?

  1. #1

    TextFormat ?

    Does anyboady know if there is a way to set text in the input field to all Caps/Lowercase. Is there a way to do this trough TextFormat?
    Thanks

  2. #2
    Senior Member
    Join Date
    Aug 2001
    Location
    Egypt
    Posts
    332
    no need for TextFormat:

    Code:
    myTextField.onChanged = function() {
        this.text = this.text.toUpperCase();
    }
    cheers.
    Hamza.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center