.shivanshi.
. Home . Share . Share Success . Join Us! .

ActionScript - Code Samples

TextField

Download textField.zip.


// this textfield accepts only dollar characer $
one_txt.restrict = "$";
// restrict the text field from accepting dollar characer $
two_txt.restrict = "^$";   



//None of the textfields accept @
TextField.prototype.onSetFocus = function() {
	this.restrict = "^@";
};
 


Add Favorite
| About Us | Site Map | Privacy Policy | Contact Us |
.shivanshi.