book.module
Версия 1.406.2.2 (checked in on 2009/05/13 at 19:41:56 by drumm)
Позволяет пользователям совместно создавать подшивки.
Функции
Имя | Описание |
---|---|
book_access | Реализация метода hook_access() |
book_admin | Menu callback; displays the book administration page. |
book_admin_edit | Конструктор формы для управления иерархией книги. |
book_admin_edit_submit | |
book_admin_orphan | Коллбэк меню. Отображает список всех страниц книг (book), не имеющих родителя. |
book_admin_overview | Возвращает административный краткий обзор всех книг. |
book_block | Реализация hook_block(). |
book_content | Возвращает содержимое данной ноды. Если $teaser - TRUE, возвращается анонс ноды, а не полное содержимое. Отображается последняя опубликованная версия ноды или все версии, если страница отображается в ожидании одобрения материала. |
book_export | Menu callback; Generates various representation of a book page with all descendants and prints the requested representation to output. |
book_export_html | This function is called by book_export() to generate HTML for export. |
book_form | Реализация hook_form(). |
book_help | Реализация hook_help(). |
book_insert | Implementation of hook_insert(). |
book_link | Реализация hook_link(). |
book_location | Given a node, this function returns an array of 'book node' objects representing the path in the book tree from the root to the parent of the given node. |
book_location_down | Given a node, this function returns an array of 'book node' objects representing the path in the book tree from the given node down to the last sibling of it. |
book_menu | Реализация hook_menu(). |
book_next | Fetches the node object of the next page of the book. |
book_nodeapi | Implementation of hook_nodeapi(). |
book_node_info | Реализация hook_node_info(). |
book_node_visitor_html_post | Finishes up generation of printer-friendly HTML after visiting a node. This function is a 'post-node' visitor function for book_recurse(). |
book_node_visitor_html_pre | Generates printer-friendly HTML for a node. This function is a 'pre-node' visitor function for book_recurse(). |
book_outline | Implementation of function book_outline() Handles all book outline operations. |
book_outline_submit | Handles book outline form submissions. |
book_perm | Реализация hook_perm(). |
book_prev | Fetches the node object of the previous page of the book. |
book_recurse | Traverses the book tree. Applies the $visit_pre() callback to each node, is called recursively for each child of the node (in weight, title order). Finally appends the output of the $visit_post() callback to the output before returning the generated... |
book_render | Menu callback; prints a listing of all books. |
book_submit | Implementation of hook_submit(). |
book_toc | Returns an array of titles and nid entries of book pages in table of contents order. |
book_toc_recurse | This is a helper function for book_toc(). |
book_tree | Returns an HTML nested list (wrapped in a menu-class div) representing the book nodes as a tree. |
book_tree_recurse | This is a helper function for book_tree() |
theme_book_admin_table | |
theme_book_export_html | How the book's HTML export should be themed |
theme_book_navigation | Prepares the links to children (TOC) and forward/backward navigation for a node presented as a book page. |
_book_admin_table | |
_book_admin_table_tree |