book.admin.inc
Версия 1.8.2.3 (checked in on 2008/10/22 at 19:26:01 by goba)
Admin page callbacks for the book module.
Функции
Имя | Описание |
---|---|
book_admin_edit | Конструктор формы для управления иерархией книги. |
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. See alsobook_admin_edit() |
book_admin_overview | Возвращает административный краткий обзор всех книг. |
book_admin_settings | Строит и возвращает форму настройки книги. |
book_admin_settings_validate | Валидатор формы настройки книги. |
theme_book_admin_table | Theme function for the book administration page form. See alsobook_admin_table() |
_book_admin_table | Build the table portion of the form for the book administration page. See alsobook_admin_edit() |
_book_admin_table_tree | Recursive helper to build the main table in the book administration page form. See alsobook_admin_edit() |