You are here

function hs_taxonomy_field_ui_widget_settings_ajax in Hierarchical Select 7.3

AJAX callback; field UI widget settings form.

1 string reference to 'hs_taxonomy_field_ui_widget_settings_ajax'
hs_taxonomy_form_field_ui_widget_type_form_alter in modules/hs_taxonomy.module
Implements hook_form_FORMID_alter().

File

modules/hs_taxonomy.module, line 238
Implementation of the Hierarchical Select API for the Taxonomy module.

Code

function hs_taxonomy_field_ui_widget_settings_ajax($form, &$form_state) {
  return $form['hs'];
}