Version 1.263.2.5 (checked in on 2010/05/11 at 12:40:43 by goba)
Enables your site to capture votes on different topics in the form of multiple choice questions.
| Name | Beschreibung |
|---|---|
| poll_access | Implementation of hook_access(). |
| poll_block | Implementation of hook_block(). |
| poll_cancel | Submit callback for poll_cancel_form |
| poll_cancel_form | Builds the cancel form for a poll. |
| poll_choice_js | Menu callback for AHAH additions. |
| poll_cron | Implementation of hook_cron(). |
| poll_delete | Implementation of hook_delete(). |
| poll_form | Implementation of hook_form(). |
| poll_help | Implementation of hook_help(). |
| poll_init | Implementation of hook_init(). |
| poll_insert | Implementation of hook_insert(). |
| poll_load | Implementation of hook_load(). |
| poll_menu | Implementation of 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 | Renumbers fields and creates a teaser when a poll node is submitted. |
| poll_node_info | Implementation of hook_node_info(). |
| poll_perm | Implementation of hook_perm(). |
| poll_teaser | Creates a simple teaser that lists all the choices. |
| poll_theme | Implementation of hook_theme() |
| poll_update | Implementation of hook_update(). |
| poll_user | Implementation of hook_user(). |
| poll_validate | Implementation of hook_validate(). |
| poll_view | Implementation of 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. |
| 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. |
Kommentare
Kommentar hinzufügen