用validation control造句子,“validation control”造句

來源:國語幫 1.06W

The topics in this section describe the validation controls and how to use them.

validation control造句

Programmers have dealt with this dilemma by creating validation controls, or a type of unbounded text-entry control with built-in validation and feedback.

When an active validation control rejects a keystroke, it must make it clear to the user that it has done so. It should also alert the user as to why it made the rejection.

Another good solution to the validation control problem is the clue box. This little pop-up window looks and behaves just like a ToolTip (but could be made distinguishable from a ToolTip by background color). Its function is to explain the range of acceptable data for a validation control, either active or passive.

Although the validation control is a very widespread idiom, most such controls can be improved.

The key to successfully designing a validation control is to give users generous feedback. An entry control that merely refuses to accept input is just plain rude and will guarantee an angry and resentful user.

However, the primary way to improve validation controls is to provide rich feedback to users.

熱門標籤