scaffolding_example.admin.inc

Version 1.4 (checked in on 2008/10/12 at 08:52:36 by davereid)

Administrative pages for the module.

Contains form building functions, submit handlers, and theme functions for the module's overview form, add and edit forms, and the delete confirmation form.

Functions

NameDescription
scaffolding_example_delete_confirmBuild the delete confirmation form.
scaffolding_example_delete_confirm_submit
scaffolding_example_formBuild the record editing form.
scaffolding_example_form_deleteDelete button submit handler for Scaffolding's add/edit form.
scaffolding_example_form_submitGeneral submit handler for Scaffolding's add/edit form.
scaffolding_example_overview_formBuild an overview form with drag and drop re-ordering of records.
scaffolding_example_overview_form_submitGeneral submit handler for the drag-and-drop overview form.
scaffolding_example_overview_pagerBuilds a sortable, paged overview of all records.
theme_scaffolding_example_overview_formTheme the drag-and-drop overview form.
_scaffolding_example_overview_record_fieldBuilds the fields for a single record on the drag-and-drop overview form.
_scaffolding_example_record_linksBuild the edit and delete links for a single record.
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.