| 6 poll.module | poll_choice_js() |
| 7 poll.module | poll_choice_js($form, $form_state) |
| 8 poll.module | poll_choice_js($form, $form_state) |
Ajax callback in response to new choices being added to the form.
This returns the new page content to replace the page content made obsolete by the form submission.
See also
1 string reference to 'poll_choice_js'
File
- modules/
poll/ poll.module, line 435 - Enables your site to capture votes on different topics in the form of multiple choice questions.
Code
function poll_choice_js($form, $form_state) {
return $form['choice_wrapper']['choice'];
}
Login or register to post comments