Changes between Version 7 and Version 8 of BASE_BOUND_CONTROLS_R0
- Timestamp:
- 09/22/08 15:34:21 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_BOUND_CONTROLS_R0
v7 v8 8 8 * As the user inputs data in a bound control it is automatically validated. 9 9 * If the data is correct it is put in the undo/redo mechanism. 10 * If dadata is correct the information in the bound control is sent to the bound data-holder(the control model).10 * If the data is correct the information in the bound control is sent to the bound data-holder(the control model). 11 11 * This transition is two-way. 12 12 * They allow to attach a model and a verification mechanism. … … 22 22 * Check-box 23 23 24 == Requirements to the task result ==24 == Task result == 25 25 The result of this task must be code. 26 26 27 == Implementation idea == 28 29 == Related == 30 - 31 27 32 == How to demo == 28 Show working controls. Try to input invalid data. Try to input valid data, that must result to expected change. 33 * Show working controls. 34 * Try to input invalid data. 35 * Try to input valid data, that must result to expected change. 36 37 = Log = 38 [[Include(wiki:BASE_BOUND_CONTROLS_R0_LOG)]]