Jump to content

Edit: Difference between revisions

From NusaATK
Guri (talk | contribs)
Description added
 
Guri (talk | contribs)
No edit summary
Line 5: Line 5:


The accompanying action for storing the changed record in the database is update.
The accompanying action for storing the changed record in the database is update.
----
Back to [[ATK_Actions]]

Revision as of 20:43, 7 January 2010

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.


Back to ATK_Actions