all groups > flash (macromedia) > march 2005 >
You're in the

flash (macromedia)

group:

How to Clear text field when in focus


How to Clear text field when in focus chrisislies
3/4/2005 10:51:03 PM
flash (macromedia):
Re: How to Clear text field when in focus NSurveyor
3/4/2005 11:00:36 PM
Supposing your textfield has the instance name my_tf, you could put he
following code on the frame that holds your textfield:

my_tf.onSetFocus = function(){
this.text = '';
delete this.onSetFocus
}
Re: How to Clear text field when in focus chrisislies
3/4/2005 11:17:56 PM
Re: How to Clear text field when in focus NSurveyor
3/4/2005 11:29:56 PM
AddThis Social Bookmark Button