Changes between Initial Version and Version 1 of Ticket #718

Show
Ignore:
Timestamp:
10/23/07 11:19:02 (6 years ago)
Author:
ejhernandez@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #718 – Description

    initial v1  
    1 Currently, model form works basically as a model table with a single row. However, there are cases when some actions should be performed without storing things at GConf or whatever. We name them `ActionForm`, its behaviour is specialized to do the action. 
     1Currently, model form works basically as a model table with a single row. However, there are cases when some actions should be performed without storing things at GConf or whatever. We name them `ActionForm`, its behaviour is specialized to perform an action. 
    22 
    33Some examples are `restoreFromBackup`, `halt`, ...