1.32 (checked in on 2010/02/25 at 09:44:51 by dries)
Admin page callbacks for the book module.
| Name | Description |
|---|---|
| book_admin_edit | Build the form to administrate the hierarchy of a single book. |
| book_admin_edit_submit | Handle submission of the book administrative page form. |
| book_admin_edit_validate | Check that the book has not been changed while using the form. |
| book_admin_overview | Returns an administrative overview of all books. |
| book_admin_settings | Builds and returns the book settings form. |
| book_admin_settings_validate | Validate the book settings form. |
| theme_book_admin_table | Theme function for the book administration page form. |
| _book_admin_table | Build the table portion of the form for the book administration page. |
| _book_admin_table_tree | Recursive helper to build the main table in the book administration page form. |