國文屋

位置:首頁 > 造句 > 

“validation control”造句,怎麼用validation control造句

造句1.09W

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.

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

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.

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

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

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.