Changes between Version 7 and Version 8 of BASE_BOUND_CONTROLS_R0


Ignore:
Timestamp:
09/22/08 15:34:21 (17 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_BOUND_CONTROLS_R0

    v7 v8  
    88  * As the user inputs data in a bound control it is automatically validated.  
    99  * If the data is correct it is put in the undo/redo mechanism. 
    10   * If da data 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). 
    1111  * This transition is two-way.  
    1212  * They allow to attach a model and a verification mechanism.  
     
    2222  * Check-box 
    2323 
    24 == Requirements to the task result == 
     24== Task result == 
    2525The result of this task must be code. 
    2626 
     27== Implementation idea == 
     28 
     29== Related == 
     30- 
     31 
    2732== 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)]]