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
| Name | Description |
|---|---|
| scaffolding_example_delete_confirm | Build the delete confirmation form. |
| scaffolding_example_delete_confirm_submit | |
| scaffolding_example_form | Build the record editing form. |
| scaffolding_example_form_delete | Delete button submit handler for Scaffolding's add/edit form. |
| scaffolding_example_form_submit | General submit handler for Scaffolding's add/edit form. |
| scaffolding_example_overview_form | Build an overview form with drag and drop re-ordering of records. |
| scaffolding_example_overview_form_submit | General submit handler for the drag-and-drop overview form. |
| scaffolding_example_overview_pager | Builds a sortable, paged overview of all records. |
| theme_scaffolding_example_overview_form | Theme the drag-and-drop overview form. |
| _scaffolding_example_overview_record_field | Builds the fields for a single record on the drag-and-drop overview form. |
| _scaffolding_example_record_links | Build the edit and delete links for a single record. |
