Language

Recent Posts

Tags

3D AlivePDF AS1 blocker colour cropped character ExternalInterface Flash Flash Bug FocusEvent FOCUS_IN FOCUS_OUT greyscale grayscale bitmapdata bitmap highlight Input KEY_FOCUS_CHANGE Maths Menu motion mouse navigateToURL PDF PHP Pop-up popup rgb selectionBeginIndex selectionEndIndex setSelection spiral TextField User Interface

Site search

March 2010
M T W T F S S
« Feb   Sep »
1234567
891011121314
15161718192021
22232425262728
293031  

Categories

Tags

Blogroll

Archive for 01:01 AM

Input TextFields – auto select all text

Sometimes you want to have all the text in an input field selected when the user clicks on the field – this makes it easier to enter data quickly on certain forms, particularly if the fields are pre-filled.
But it’s not so easy to do without breaking the standard functionality of the input field. This code [...]