Changes between Version 5 and Version 6 of APP_SIMPLE_DIALOGS_R0


Ignore:
Timestamp:
01/27/09 15:40:15 (16 years ago)
Author:
dido
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_SIMPLE_DIALOGS_R0

    v5 v6  
    1111 
    1212== Task requirements == 
    13 Following elements should present: 
    14  * OK and Cancel buttons - Cancel button is optional and redo the changes. Bought buttons close the dialog. 
    15  * message or error message - plane selectable but not editable text text. Also optional. 
    16 There should be easy to use interface that populate the data inside the dialog, allows you to add and remove children, and determines basic layout functionality.[[BR]]  
    17 You could add as a children common input elements(input text fields, check boxes, combo boxes etc.) as well as custom elements.[[BR]] 
    18 This component should be fully integrated in the application. 
     13 * Following elements should present: 
     14  * OK and Cancel buttons - Bought buttons close the dialog. Cancel button is optional and redo the changes if any. Probably the redo functionality will be specified by instance or inside of inherited components. Same for OK button -  applies the changes or evoke a custom action(send mail, add element, load file etc.)  
     15  * message or error message - plane selectable but not editable text text. Also optional. 
     16 * Create easy to use interface that populate the data inside the dialog, allows you to add and remove children, and determines basic layout functionality. 
     17 * Allow the opportunity to add as a children common input elements(input text fields, check boxes, combo boxes etc.) as well as custom elements. 
     18 * Integrate the component in to the application. 
    1919 
    2020== Task result ==