poll.module
Версия 1.263.2.3 (checked in on 2008/12/18 at 15:46:20 by dries)
Enables your site to capture votes on different topics in the form of multiple choice questions.
Функции
Имя | Описание |
---|---|
poll_access | Реализация метода hook_access() |
poll_block | Реализация hook_block(). |
poll_cancel | Submit callback for poll_cancel_form |
poll_cancel_form | Builds the cancel form for a poll. See alsopoll_cancel() |
poll_choice_js | Коллбэк меню для AHAH добавления пунктов. |
poll_cron | Реализация hook_cron(). |
poll_delete | Реализация hook_delete(). |
poll_form | Реализация hook_form(). |
poll_help | Реализация hook_help(). |
poll_init | Реализация hook_init(). |
poll_insert | Implementation of hook_insert(). |
poll_load | Implementation of hook_load(). |
poll_menu | Реализация hook_menu(). |
poll_more_choices_submit | Submit handler to add more choices to a poll form. This handler is used when javascript is not available. It makes changes to the form state and the entire form is rebuilt during the page reload. |
poll_node_form_submit | Implementation of hook_submit(). |
poll_node_info | Реализация hook_node_info(). |
poll_perm | Реализация hook_perm(). |
poll_teaser | Создает список вариантов ответов опроса для помещения этого списка в тизере. |
poll_theme | Реализация hook_theme(). |
poll_update | Implementation of hook_update(). |
poll_user | Реализация hook_user(). |
poll_validate | Implementation of hook_validate(). |
poll_view | Реализация hook_view(). |
poll_view_results | Generates a graphical representation of the results of a poll. |
poll_view_voting | Generates the voting form for a poll. See alsopoll_vote() |
poll_view_voting_validate | Validation function for processing votes |
poll_vote | Submit handler for processing a vote |
template_preprocess_poll_bar | Preprocess the poll_bar theme hook. |
template_preprocess_poll_results | Preprocess the poll_results theme hook. |
template_preprocess_poll_vote | Themes the voting form for a poll. |
theme_poll_choices | Theme the admin poll form for choices. |
_poll_choice_form | |
_poll_menu_access | Callback function to see if a node is acceptable for poll menu items. |