function tripal_bulk_loader_template_fields_ahah

2.x tripal_bulk_loader.admin.templates.inc tripal_bulk_loader_template_fields_ahah($form, $form_state)
3.x tripal_bulk_loader.admin.templates.inc tripal_bulk_loader_template_fields_ahah($form, $form_state)

AHAH Function: Replace $form['fields'] in tripal_bulk_loader_add_template_field_form

Return value

JSON Data printed to the screen

Related topics

1 string reference to 'tripal_bulk_loader_template_fields_ahah'

File

tripal_bulk_loader/includes/tripal_bulk_loader.admin.templates.inc, line 2502
All functions in this file pertain to administrative management of bulk loader templates

Code

function tripal_bulk_loader_template_fields_ahah($form, $form_state) {
  return $form['fields'];
}