book.pages.inc
Version
1.5 (checked in on 2007/12/22 at 23:24:24 by goba)
Description
User page callbacks for the book module.
Functions
| Name | Description |
|---|---|
| book_export | Menu callback; Generates various representation of a book page and its children. |
| book_export_html | This function is called by book_export() to generate HTML for export. |
| book_form_update | AJAX callback to replace the book parent select options. |
| book_outline | Menu callback; show the outline form for a single node. |
| book_outline_form | Build the form to handle all book outline operations via the outline tab. See alsobook_outline_form_submit() |
| book_outline_form_submit | Handles book outline form submissions from the outline tab. See alsobook_outline_form() |
| book_remove_button_submit | Button submit function to redirect to removal confirm form. See alsobook_outline_form() |
| book_remove_form | Menu callback; builds a form to confirm removal of a node from the book. See alsobook_remove_form_submit() |
| book_remove_form_submit | Confirm form submit function to remove a node from the book. See alsobook_remove_form() |
| book_render | Menu callback; prints a listing of all books. |
