actionscript 3 - Input Textfield date mask -
i need restrict users input dates custom format. want have example in jquery: http://www.youtube.com/watch?v=bmatigkykl8&feature=player_embedded
how can archieved in as3?
you'll have catch keypressed event on textfield. check if key pressed ok @ specified position, if yes, nothing, if not, cancel event (event.cancel = true).
alternatively (for more features, these auto added slashes) can cancel event, , use textfield's selection string , checking make new version of textfield's text.
Comments
Post a Comment