Jump to content

ATK Action Handlers: Difference between revisions

From NusaATK
m ATK Reference Actions moved to ATK Actions
No edit summary
Line 1: Line 1:
ATK natively supports the following actions:
ATK natively supports the following actions:


===[[ATK Reference Actions Add|Add]]===
;[[Add]]: Displays a form for the user to create a new record
===[[ATK Reference Actions Admin|Admin]]===
;[[Admin]]: Displays a screen to manage records (a record list)
===[[ATK Reference Actions Copy|Copy]]===
;[[Copy]]: Copies a record
===[[ATK Reference Actions Delete|Delete]]===
;[[Delete]]: Deletes a record from the database (after confirmation)
===[[ATK Reference Actions Document|Document]]===
;[[Document]]: Generates an OpenOffice document from a record
===[[ATK Reference Actions Editcopy|Editcopy]]===
;[[Editcopy]]: First creates a copy of a record and then displays a screen to edit the copied record
===[[ATK Reference Actions Edit|Edit]]===
;[[Edit]]: Displays a screen to edit a record
===[[ATK Reference Actions Export|Export]]===
;[[Export]]: Opens a CSV export screen where the user can set options and generate a CSV file
===[[ATK Reference Actions Feedback|Feedback]]===
;[[Feedback]]: Displays a feedback message; used by other actions to display a success or failure message
===[[ATK Reference Actions Import|Import]]===
;[[Import]]: Opens a CSV import screen with parameters to import CSV files
===[[ATK Reference Actions Save|Save]]===
;[[Save]]: Saves a new record to the database
===[[ATK Reference Actions Search|Search]]===
;[[Search]]: Displays a standard extended search form and a recordlist with results
===[[ATK Reference Actions Select|Select]]===
;[[Select]]: Displays a list of records with a select icon, useful to select a record for further processing
===[[ATK Reference Actions Smartsearch|Smartsearch]]===
;[[Smartsearch]]: Opens an AJAX based extended search form
===[[ATK Reference Actions Update|Update]]===
;[[Update]]: Updated a record in the database
===[[ATK Reference Actions View|View]]===
;[[View]]: Displays a read-only page with a record
===[[ATK Reference Actions Xml|XML]]===
;[[XML]]: Exports a record to XML format
__NOTOC__
__NOEDITSECTION__

Revision as of 17:34, 4 September 2008

ATK natively supports the following actions:

Add
Displays a form for the user to create a new record
Admin
Displays a screen to manage records (a record list)
Copy
Copies a record
Delete
Deletes a record from the database (after confirmation)
Document
Generates an OpenOffice document from a record
Editcopy
First creates a copy of a record and then displays a screen to edit the copied record
Edit
Displays a screen to edit a record
Export
Opens a CSV export screen where the user can set options and generate a CSV file
Feedback
Displays a feedback message; used by other actions to display a success or failure message
Import
Opens a CSV import screen with parameters to import CSV files
Save
Saves a new record to the database
Search
Displays a standard extended search form and a recordlist with results
Select
Displays a list of records with a select icon, useful to select a record for further processing
Smartsearch
Opens an AJAX based extended search form
Update
Updated a record in the database
View
Displays a read-only page with a record
XML
Exports a record to XML format