You are here

function bat_event_ui_event_type_form_callback in Booking and Availability Management Tools for Drupal 7

Ajax callback for bat_event_ui_event_type_form form.

1 string reference to 'bat_event_ui_event_type_form_callback'
bat_event_ui_event_type_form in modules/bat_event_ui/bat_event_ui.module
Form - "Event type" and "Unit type" to shows in the calendar view.

File

modules/bat_event_ui/bat_event_ui.module, line 293
Manages events for Units and displaying dates on the jquery FullCalendar plugin.

Code

function bat_event_ui_event_type_form_callback($form, &$form_state) {
  return $form['unit_type'];
}