Tripal Plant PopGen Submit
|
Go to the source code of this file.
Functions | |
tpps_accession_multi_file (array &$form, array $form_state) | |
tpps_accession_pop_group (array &$form, array $form_state) | |
tpps_study_location_map_ajax (array $form, array $form_state) | |
tpps_update_locations (array $form, array &$form_state) | |
Defines the ajax functions necessary for the third page of the form.
Definition in file page_3_ajax.php.
tpps_accession_multi_file | ( | array & | $form, |
array | $form_state | ||
) |
Ajax callback for the tree-accession fieldset.
This function indicates the element to be updated when changes are made to the tree-accession fieldset.
array | $form | The form to be updated. |
array | $form_state | The state of the form to be updated. |
Definition at line 71 of file page_3_ajax.php.
tpps_accession_pop_group | ( | array & | $form, |
array | $form_state | ||
) |
Ajax callback for the population group fieldset.
This function indicates the element to be updated when a population group option is selected for a column in an accession file.
array | $form | The form to be updated. |
array | $form_state | The state of the form to be updated. |
Definition at line 22 of file page_3_ajax.php.
tpps_study_location_map_ajax | ( | array | $form, |
array | $form_state | ||
) |
Ajax callback for the map button field.
This function indicates that the map button field needs to be updated. This happens when the user selects a coordinate projection or custom option from the coordinate projection field.
array | $form | The form to be updated. |
array | $form_state | The state of the form to be updated. |
Definition at line 53 of file page_3_ajax.php.
tpps_update_locations | ( | array | $form, |
array & | $form_state | ||
) |
Ajax callback for the study locations fieldset.
Indicates the element to be updated when the add or remove location buttons are clicked.
array | $form | The form to be updated. |
array | $form_state | The state of the form to be updated. |
Definition at line 89 of file page_3_ajax.php.