| Versions | |
|---|---|
| 6 | poll_choice_js() |
| 7 | 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.
drupal/
<?php
function poll_choice_js($form, $form_state) {
return $form['choice_wrapper']['choice'];
}
?>