 |
|
InputMask was built to trap key events before the effects of that event
could do anything to the value inside the textbox. Cursor movement was also very
important to analyze and restrict. Notice as you use the keys below, how the mask
responds. Notice that you cannot position the cursor anywhere outside the mask,
and you cannot select a mask restriction character. Those of you using IE will
notice that Ctrl+A allows you select the entire value, but subsequent entry and
cursor movement is still properly restricted.
|
|