You are here

function biblio_ui_import_settings_ajax_callback in Bibliography Module 7.3

AJAX callback to attach the group membership type fields to the form.

Since the controlling logic for populating the form is in the form builder function, all we do here is select the element and return it to be updated.

1 string reference to 'biblio_ui_import_settings_ajax_callback'
biblio_ui_import_biblio in modules/biblio_ui/biblio_ui.pages.inc
Import biblios.

File

modules/biblio_ui/biblio_ui.pages.inc, line 98

Code

function biblio_ui_import_settings_ajax_callback(array $form, array &$form_state) {
  return $form['style_settings'];
}