Jump to content

Edit: Difference between revisions

From NusaATK
Guri (talk | contribs)
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The edit action is used for modifying an existing record.
{{action}}


The standard handler class for the edit action of a node is the atkedithandler. This handler draws a
The edit action is used for modifying an existing record. It presents a form to the user where a record can be edited.
 
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.
The accompanying action for storing the changed record in the database is [[Update|update]].
 
----
Back to [[ATK_Actions|Actions Overview]]

Latest revision as of 11:14, 12 February 2010

ATK Action Handler: edit
Implemented by the atkEditHandler class

API docs

Overview of all ATK action handlers
Alphabetical list

edit action screenshot

The edit action is used for modifying an existing record. It presents a form to the user where a record can be edited.

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.