“validation control”可以造什么句,validation control造句

来源:语文精选馆 1.16W
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.

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.

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

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

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.

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

热门标签