24 $species_id = $form_state[
'triggering_element'][
'#parents'][1];
25 $output = drupal_render($form[
'tree-accession'][$species_id][
'coord-format']);
26 $output .= drupal_render($form[
'tree-accession'][$species_id][
'pop-group']);
27 $output .= drupal_render($form[
'tree-accession'][$species_id][
'exact_coords']);
28 $output .= drupal_render($form[
'tree-accession'][$species_id][
'coord_precision']);
30 $commands[] = ajax_command_replace(
"#population-mapping-$species_id", $output);
31 $commands[] = ajax_command_invoke(
'',
'mapButtonsClick', array(
'.map-button'));
34 '#commands' => $commands,
54 return $form[
'study_location'][
'map-button'];
72 return $form[
'tree-accession'];
90 return $form[
'study_location'];
tpps_accession_pop_group(array &$form, array $form_state)
tpps_update_locations(array $form, array &$form_state)
tpps_study_location_map_ajax(array $form, array $form_state)
tpps_accession_multi_file(array &$form, array $form_state)