Advertisement
benjamin_mcf

Untitled

Nov 6th, 2011
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. function make_topic_chex_callback($form, $form_state) {
  2.   $state = $form_state['mouth']['#return_value'];
  3.   $commands = array();
  4.   $commands[] = ajax_command_alert("Alert requested at " . print_r($state));
  5.   return array('#type' => 'ajax', '#commands' => $commands);
  6. }
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement