You are here

function biblio_ui_fields_ajax_callback in Bibliography Module 7.3

Ajax callback; Using AJAX we can display the description of each selected list.

1 string reference to 'biblio_ui_fields_ajax_callback'
biblio_ui_create_fields in modules/biblio_ui/biblio_ui.module
Manage the fields of the biblio bundle.

File

modules/biblio_ui/biblio_ui.module, line 919
Main functionality file for the biblio UI module.

Code

function biblio_ui_fields_ajax_callback($form, $form_state) {
  return $form['field_info_wrapper'];
}