Edit: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{action}} | |||
The edit action is used for modifying an existing record. | The edit action is used for modifying an existing record. | ||
The standard handler class for the edit action of a node is the | The standard handler class for the edit action of a node is the [[atkEditHandler]]. This handler draws a | ||
generic edit form for the given node. | generic edit form for the given node. | ||
The accompanying action for storing the changed record in the database is [[Update|update]]. | The accompanying action for storing the changed record in the database is [[Update|update]]. | ||
Revision as of 11:09, 12 February 2010
|
ATK Action Handler: edit
|

The edit action is used for modifying an existing record.
The standard handler class for the edit action of a node is the atkEditHandler. This handler draws a generic edit form for the given node.
The accompanying action for storing the changed record in the database is update.