|
book_toc |
function |
drupal-6.x/modules/book/book.module |
Returns an array of book pages in table of contents order. |
|
book.css |
file |
drupal-6.x/modules/book/book.css |
.book-navigation .menu {
border-top: 1px solid #888;
padding: 1em 0 0 3em;
}
.book-navigation .page-links {
border-top: 1px solid #888;
border-bottom: 1px solid #888;
text-align: center;
padding: 0.5em;
}
.book-navigation .page-previous {
… |
|
book_perm |
function |
drupal-6.x/modules/book/book.module |
Implementation of hook_perm(). |
|
book_link |
function |
drupal-6.x/modules/book/book.module |
Implementation of hook_link(). |
|
book_menu |
function |
drupal-6.x/modules/book/book.module |
Implementation of hook_menu(). |
|
book_init |
function |
drupal-6.x/modules/book/book.module |
Implementation of hook_init(). Add's the book module's CSS. |
|
book_prev |
function |
drupal-6.x/modules/book/book.module |
Fetches the menu link for the previous page of the book. |
|
book_next |
function |
drupal-6.x/modules/book/book.module |
Fetches the menu link for the next page of the book. |
|
book.info |
file |
drupal-6.x/modules/book/book.info |
name = Book
description = Allows users to structure site pages in a hierarchy or outline.
package = Core - optional
version = VERSION
core = 6.x |
|
book_help |
function |
drupal-6.x/modules/book/book.module |
Implementation of hook_help(). |
|
book_theme |
function |
drupal-6.x/modules/book/book.module |
Implementation of hook_theme() |
|
book_block |
function |
drupal-6.x/modules/book/book.module |
Implementation of hook_block(). |
|
book_schema |
function |
drupal-6.x/modules/book/book.install |
Implementation of hook_schema(). |
|
book.module |
file |
drupal-6.x/modules/book/book.module |
Allows users to structure the pages of a site in a hierarchy or outline. |
|
book_render |
function |
drupal-6.x/modules/book/book.pages.inc |
Menu callback; prints a listing of all books. |
|
book_export |
function |
drupal-6.x/modules/book/book.pages.inc |
Menu callback; Generates various representation of a book page and its children. |
|
book_install |
function |
drupal-6.x/modules/book/book.install |
Implementation of hook_install(). |
|
book_nodeapi |
function |
drupal-6.x/modules/book/book.module |
Implementation of hook_nodeapi(). |
|
book.install |
file |
drupal-6.x/modules/book/book.install |
|
|
book-rtl.css |
file |
drupal-6.x/modules/book/book-rtl.css |
.book-navigation .page-previous {
float: right;
}
.book-navigation .page-up {
float: right;
} |
|
book_outline |
function |
drupal-6.x/modules/book/book.pages.inc |
Menu callback; show the outline form for a single node. |
|
book_children |
function |
drupal-6.x/modules/book/book.module |
Format the menu links for the child pages of the current page. |
|
book_uninstall |
function |
drupal-6.x/modules/book/book.install |
Implementation of hook_uninstall(). |
|
book_get_books |
function |
drupal-6.x/modules/book/book.module |
Returns an array of all books. |
|
book_menu_name |
function |
drupal-6.x/modules/book/book.module |
Generate the corresponding menu name from a book ID. |
|
book.admin.inc |
file |
drupal-6.x/modules/book/book.admin.inc |
Admin page callbacks for the book module. |
|
book.pages.inc |
file |
drupal-6.x/modules/book/book.pages.inc |
User page callbacks for the book module. |
|
book_node_type |
function |
drupal-6.x/modules/book/book.module |
Implementation of hook_node_type(). |
|
book_link_load |
function |
drupal-6.x/modules/book/book.module |
Like menu_link_load(), but adds additional data from the {book} table. |
|
book_admin_edit |
function |
drupal-6.x/modules/book/book.admin.inc |
Build the form to administrate the hierarchy of a single book. |
|
book_form_alter |
function |
drupal-6.x/modules/book/book.module |
Implementation of hook_form_alter(). Adds the book fieldset to the node form. |
|
book_update_bid |
function |
drupal-6.x/modules/book/book.module |
Update the bid for a page and its children when it is moved to a new book. |
|
book_update_6000 |
function |
drupal-6.x/modules/book/book.install |
Drupal 5.x to 6.x update. |
|
book_node_export |
function |
drupal-6.x/modules/book/book.module |
Generates printer-friendly HTML for a node. |
|
book_export_html |
function |
drupal-6.x/modules/book/book.pages.inc |
This function is called by book_export() to generate HTML for export. |
|
book_remove_form |
function |
drupal-6.x/modules/book/book.pages.inc |
Menu callback; builds a form to confirm removal of a node from the book. |
|
book_form_update |
function |
drupal-6.x/modules/book/book.pages.inc |
Renders a new parent page select element when the book selection changes. |
|
_book_admin_table |
function |
drupal-6.x/modules/book/book.admin.inc |
Build the table portion of the form for the book administration page. |
|
_book_toc_recurse |
function |
drupal-6.x/modules/book/book.module |
A recursive helper function for book_toc(). |
|
book_outline_form |
function |
drupal-6.x/modules/book/book.pages.inc |
Build the form to handle all book outline operations via the outline tab. |
|
book_get_flat_menu |
function |
drupal-6.x/modules/book/book.module |
Get the book menu tree for a page, and return it as a linear array. |
|
_book_flatten_menu |
function |
drupal-6.x/modules/book/book.module |
Recursive helper function for book_get_flat_menu(). |
|
book_admin_overview |
function |
drupal-6.x/modules/book/book.admin.inc |
Returns an administrative overview of all books. |
|
book_admin_settings |
function |
drupal-6.x/modules/book/book.admin.inc |
Builds and returns the book settings form. |
|
_book_parent_select |
function |
drupal-6.x/modules/book/book.module |
Build the parent selection form element for the node form or outline tab |
|
_book_link_defaults |
function |
drupal-6.x/modules/book/book.module |
Return an array with default values for a book link. |
|
_book_outline_access |
function |
drupal-6.x/modules/book/book.module |
Menu item access callback - determine if the outline tab is accessible. |
|
_book_update_outline |
function |
drupal-6.x/modules/book/book.module |
Common helper function to handles additions and updates to the book outline. |
|
book_export_traverse |
function |
drupal-6.x/modules/book/book.module |
Traverse the book tree to build printable or exportable output. |
|
book_type_is_allowed |
function |
drupal-6.x/modules/book/book.module |
Determine if a given node type is in the list of types allowed for books. |