Tripal Plant PopGen Submit
|
Go to the source code of this file.
Functions | |
tpps_date_month_callback (array &$form, array $form_state) | |
tpps_date_year_callback (array &$form, array $form_state) | |
tpps_study_type_callback (array &$form, array $form_state) | |
Defines the ajax functions necessary for the second page of the form.
Definition in file page_2_ajax.php.
tpps_date_month_callback | ( | array & | $form, |
array | $form_state | ||
) |
Ajax callback for the ending month field.
This function indicates the element to be updated after the starting month or the ending year field has been changed.
array | $form | The form to be updated. |
array | $form_state | The state of the form to be updated. |
Definition at line 40 of file page_2_ajax.php.
tpps_date_year_callback | ( | array & | $form, |
array | $form_state | ||
) |
Ajax callback for the ending year field.
This function indicates the element to be updated after the starting year field has been 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_2_ajax.php.
tpps_study_type_callback | ( | array & | $form, |
array | $form_state | ||
) |
Ajax callback for study type.
This function updates the study_info fieldset when the study type dropdown menu element is changed.
array | $form | The form being updated. |
array | $form_state | The state of the form being updated. |
Definition at line 58 of file page_2_ajax.php.