poll.module
Version 1.323 (checked in on 2009/11/08 at 10:02:41 by webchick)
Enables your site to capture votes on different topics in the form of multiple choice questions.
Functions
| Name | Description |
|---|---|
| poll_block_info | Implement hook_block_info(). |
| poll_block_latest_poll_view | Return content for 'latest poll' block. |
| poll_block_view | Implement hook_block_view(). |
| 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. Render the new poll choices. |
| poll_cron | Implement hook_cron(). |
| poll_delete | Implement hook_delete(). |
| poll_field_extra_fields | Implement hook_field_extra_fields(). |
| poll_form | Implement hook_form(). |
| poll_help | Implement hook_help(). |
| poll_init | Implement hook_init(). |
| poll_insert | Implement hook_insert(). |
| poll_load | Implement hook_load(). |
| poll_menu | Implement 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 | Renumber fields and create a teaser when a poll node is submitted. |
| poll_node_info | Implement hook_node_info(). |
| poll_node_prepare_translation | Implement hook_node_prepare_translation(). |
| poll_permission | Implement hook_permission(). |
| poll_teaser | Creates a simple teaser that lists all the choices. |
| poll_theme | Implement hook_theme(). |
| poll_update | Implement hook_update(). |
| poll_user_cancel | Implement hook_user_cancel(). |
| poll_validate | Implement hook_validate(). |
| poll_view | Implement 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. |
