book.module

Хочешь помочь с переводом? Это очень просто и быстро. Лишь зарегистрируйся, и можешь тут же начать переводить.

Версия 1.406.2.2 (checked in on 2009/05/13 at 19:41:56 by drumm)

Позволяет пользователям совместно создавать подшивки.

Функции

ИмяОписание
book_accessРеализация метода hook_access()
book_adminMenu 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_exportMenu callback; Generates various representation of a book page with all descendants and prints the requested representation to output.
book_export_htmlThis function is called by book_export() to generate HTML for export.
book_formРеализация hook_form().
book_helpРеализация hook_help().
book_insertImplementation of hook_insert().
book_linkРеализация hook_link().
book_locationGiven 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_downGiven 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_nextFetches the node object of the next page of the book.
book_nodeapiImplementation of hook_nodeapi().
book_node_infoРеализация hook_node_info().
book_node_visitor_html_postFinishes 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_preGenerates printer-friendly HTML for a node. This function is a 'pre-node' visitor function for book_recurse().
book_outlineImplementation of function book_outline() Handles all book outline operations.
book_outline_submitHandles book outline form submissions.
book_permРеализация hook_perm().
book_prevFetches the node object of the previous page of the book.
book_recurseTraverses 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_renderMenu callback; prints a listing of all books.
book_submitImplementation of hook_submit().
book_tocReturns an array of titles and nid entries of book pages in table of contents order.
book_toc_recurseThis is a helper function for book_toc().
book_treeReturns an HTML nested list (wrapped in a menu-class div) representing the book nodes as a tree.
book_tree_recurseThis is a helper function for book_tree()
theme_book_admin_table
theme_book_export_htmlHow the book's HTML export should be themed
theme_book_navigationPrepares the links to children (TOC) and forward/backward navigation for a node presented as a book page.
_book_admin_table
_book_admin_table_tree
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии

Вход в систему