Changes between Version 6 and Version 7 of BASE_BOUND_CONTROLS_R0
- Timestamp:
- 09/17/08 11:53:12 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified BASE_BOUND_CONTROLS_R0
v6 v7 1 = Analysis = 2 3 == Overview == 4 Bound controls are used to provide a way for user to input a value. They work only if the value is correct. 5 6 == Task requirements == 1 7 * Bound controls provide a way for user input. They differ from standard controls in their behavior. 2 8 * As the user inputs data in a bound control it is automatically validated. … … 15 21 * Spinner 16 22 * Check-box 23 24 == Requirements to the task result == 25 The result of this task must be code. 26 27 == How to demo == 28 Show working controls. Try to input invalid data. Try to input valid data, that must result to expected change.