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

September 2010
M T W T F S S
« Mar    
 12345
6789101112
13141516171819
20212223242526
27282930  

Categories

Tags

Blogroll

Tag: FOCUS_IN

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 [...]