Tripal Plant PopGen Submit
|
Go to the source code of this file.
Functions | |
tpps_authors_callback (array $form, array &$form_state) | |
tpps_organism_callback (array $form, array &$form_state) | |
tpps_pub_status (array $form, array $form_state) | |
Defines the ajax functions necessary for the first page of the form.
Definition in file page_1_ajax.php.
tpps_authors_callback | ( | array | $form, |
array & | $form_state | ||
) |
Ajax callback for the secondary authors fieldset.
Indicates the element to be updated when the add or remove secondary authors buttons are clicked.
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 58 of file page_1_ajax.php.
tpps_organism_callback | ( | array | $form, |
array & | $form_state | ||
) |
Ajax callback for the organism fieldset.
Indicates the element to be updated when the add or remove organism buttons are clicked.
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 40 of file page_1_ajax.php.
tpps_pub_status | ( | array | $form, |
array | $form_state | ||
) |
Ajax callback for the publication status field.
This function indicates the element to be updated after the publication status field has been changed.
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 22 of file page_1_ajax.php.