文语站

位置:首页 > 造句 > 

validation control造句

造句1.17W

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

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.

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.

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.

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.

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

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