Input Fields |
(usually found in a dialog
box that allows you to provide required information) (see Figure 3-10). A
textbox is one of
the most common forms of input field. Essentially a mini word
processor, the textbox is used for entering text. Most input fields
allow only a single line of text (such as the Address Bar or the
Filename field in File Open/Save dialogs), but some allow multiple
lines. You can almost always right-click in a textbox to display a
quick menu for
Cut, Copy, Paste, and
Undo (see "Clipboard," earlier in
this chapter).
Figure 3-12. A simple input field (textbox) allows you to type a small bit of text; right-click to display Cut, Copy, Paste, and Select All commands
the input fields made to look like
"Labels", later in this chapter). The
second are combo boxes (see
"Listboxes", later in this
chapter). The third are known as
counters, which are
simply input fields with up and down arrows to the right, allowing
you increment or decrement a numeric value without typing (some even
have a tiny divider between the arrows, allowing you to quickly
"scroll" to any value). Finally, we
have Figure 3-11), which look and act just like standard input
boxes, except that their contents are masked with asterisks or dots
to hide them from prying eyes.
Figure 3-13. Password fields work like standard input fields, except that the characters you type are masked with round bullets
Notes
- Right-click in an input field to display additional options. In
addition to the clipboard operations (Cut, Copy, and Paste),
you'll see Select All, Right to Left Reading order
(to make the text right-justified), and two options for using Unicode
characters (useful primarily for programmers). - Some nonstandard input fields allow formatting (bold, italics, font
selection, etc.). These "rich text"
fields typically work the same as standard input fields, although
they often have additional features specific to the application.