Tripal Plant PopGen Submit
|
Go to the source code of this file.
Functions | |
tpps_ajax_bioproject_callback (array &$form, array $form_state) | |
tpps_genotype_files_callback (array $form, array &$form_state) | |
tpps_genotype_files_type_change_callback (array $form, array &$form_state) | |
tpps_page_4_file_dynamic (array $form, array &$form_state) | |
tpps_phenotype_file_format_callback (array $form, array &$form_state) | |
tpps_update_phenotype (array $form, array &$form_state) | |
tpps_update_phenotype_meta (array $form, array &$form_state) | |
Defines ajax functions necessary for the fourth page of the form.
Definition in file page_4_ajax.php.
tpps_ajax_bioproject_callback | ( | array & | $form, |
array | $form_state | ||
) |
Ajax callback for BioProject field.
Indicates the element to be updated when the NCBI BioProject ID field is changed.
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_4_ajax.php.
tpps_genotype_files_callback | ( | array | $form, |
array & | $form_state | ||
) |
Ajax callback for genotype files fieldset.
Indicates the element to be updated when the genotype marker types checkboxes or the genotype file types checkboxes are updated.
array | $form | The form to be updated. |
array | $form_state | The state of the form to be updated. |
Definition at line 103 of file page_4_ajax.php.
tpps_genotype_files_type_change_callback | ( | array | $form, |
array & | $form_state | ||
) |
Ajax callback for genotype files fieldset.
Indicates the element to be updated when the genotype marker types checkboxes or the genotype file types checkboxes are updated.
array | $form | The form to be updated. |
array | $form_state | The state of the form to be updated. |
Definition at line 124 of file page_4_ajax.php.
tpps_page_4_file_dynamic | ( | array | $form, |
array & | $form_state | ||
) |
Indicate the managed_file element to be updated.
This function is called after a no_header element is changed, triggering an update of the managed_file element.
array | $form | The form that needs to be updated. |
array | $form_state | The state of the form that needs to be updated. |
Definition at line 144 of file page_4_ajax.php.
tpps_phenotype_file_format_callback | ( | array | $form, |
array & | $form_state | ||
) |
Ajax callback for phenotype file format.
Indicates the element to be updated when the format option of the phenotype file has been changed.
array | $form | The form to be updated. |
array | $form_state | The state of the form to be updated. |
Definition at line 83 of file page_4_ajax.php.
tpps_update_phenotype | ( | array | $form, |
array & | $form_state | ||
) |
Ajax callback for phenotype fieldset.
Indicates the element to be updated when the add or remove phenotype buttons are clicked.
array | $form | The form to be updated. |
array | $form_state | The state of the form to be updated. |
Definition at line 43 of file page_4_ajax.php.
tpps_update_phenotype_meta | ( | array | $form, |
array & | $form_state | ||
) |
Ajax callback for phenotype meta fieldset.
Indicates the element to be updated when changes are made in the manual phenotype metadata section.
array | $form | The form to be updated. |
array | $form_state | The state of the form to be updated. |
Definition at line 63 of file page_4_ajax.php.