function chado_add_node_form_properties_ajax_desc

2.x tripal_core.chado_nodes.properties.api.inc chado_add_node_form_properties_ajax_desc($form, $form_state)
3.x tripal_core.chado_nodes.properties.api.inc chado_add_node_form_properties_ajax_desc($form, $form_state)

File

tripal_core/api/tripal_core.chado_nodes.properties.api.inc, line 744
API to manage the chado prop table for various Tripal Node Types

Code

function chado_add_node_form_properties_ajax_desc($form, $form_state) {
  return $form['properties']['property_table']['new']['type'];
}