function poll_choice_js

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

poll_more_choices_submit()

1 string reference to 'poll_choice_js'
poll_form in modules/poll/poll.module
Implements hook_form().

File

modules/poll/poll.module, line 435

Code

function poll_choice_js($form, $form_state) {
    return $form['choice_wrapper']['choice'];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.