function tripal_phylogeny_default_plots_form_ajax_callback

2.x tripal_phylogeny.admin.inc tripal_phylogeny_default_plots_form_ajax_callback($form, $form_state)
3.x tripal_chado.phylotree.inc tripal_phylogeny_default_plots_form_ajax_callback($form, $form_state)

Ajax callback function for the gensas_job_view_panel_form.

_state

Parameters

$form:

File

tripal_phylogeny/includes/tripal_phylogeny.admin.inc, line 316
This file contains the functions used for administration of the module

Code

function tripal_phylogeny_default_plots_form_ajax_callback($form, $form_state) {
  // drupal_debug($form['tree_settings']['org_table']['num_orgs']);

  return $form['node_settings']['org_table'];
}