Changes between Version 6 and Version 7 of BASE_BOUND_CONTROLS_R0


Ignore:
Timestamp:
09/17/08 11:53:12 (17 years ago)
Author:
todor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified BASE_BOUND_CONTROLS_R0

    v6 v7  
     1= Analysis = 
     2 
     3== Overview == 
     4Bound 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 == 
    17 * Bound controls provide a way for user input. They differ from standard controls in their behavior. 
    28  * As the user inputs data in a bound control it is automatically validated.  
     
    1521  * Spinner 
    1622  * Check-box 
     23 
     24== Requirements to the task result == 
     25The result of this task must be code. 
     26 
     27== How to demo == 
     28Show working controls. Try to input invalid data. Try to input valid data, that must result to expected change.