function tripal_pubs_setup_form_ajax_update

2.x tripal_pub.pub_importers.inc tripal_pubs_setup_form_ajax_update($form, $form_state)
3.x tripal_chado.pub_importers.inc tripal_pubs_setup_form_ajax_update($form, $form_state)

AJAX callback for updating the form.

Related topics

File

tripal_pub/includes/tripal_pub.pub_importers.inc, line 750
Management of importers

Code

function tripal_pubs_setup_form_ajax_update($form, $form_state) {
  return $form['themed_element'];
}