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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -