function tripal_pubs_search_form_ajax_update

2.x tripal_pub.pub_search.inc tripal_pubs_search_form_ajax_update($form, $form_state)
3.x tripal_chado.pub_search.inc tripal_pubs_search_form_ajax_update($form, $form_state)

Ajax callback to update the form

Parameters

$form: The form array

$form_state: The form state array

Related topics

File

tripal_pub/includes/tripal_pub.pub_search.inc, line 472
Functions responsible for creating the publication search form that allows a user of the site to search for publications that are currently in Chado.

Code

function tripal_pubs_search_form_ajax_update($form, $form_state) {
  return $form['criteria'];
}