Changes between Initial Version and Version 1 of Ticket #718
- Timestamp:
- 10/23/07 11:19:02 (6 years ago)
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 theaction.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 perform an action. 2 2 3 3 Some examples are `restoreFromBackup`, `halt`, ...