poll_choice_js

Versions
6
poll_choice_js()
7
poll_choice_js($form, $form_state)

Menu callback for AHAH additions. Render the new poll choices.

Code

modules/poll/poll.module, line 385

<?php
function poll_choice_js($form, $form_state) {
  return $form['choice_wrapper']['choice'];
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.