function bat_fullcalendar_settings_ajax_callback in Booking and Availability Management Tools for Drupal 7
Ajax callback for bat_fullcalendar_settings form.
1 string reference to 'bat_fullcalendar_settings_ajax_callback'
- bat_fullcalendar_settings in modules/
bat_fullcalendar/ bat_fullcalendar.module - Allows us to define the license to use with Scheduler.
File
- modules/
bat_fullcalendar/ bat_fullcalendar.module, line 814 - Manages the display of FullCalendar and provides ways for other modules to easily modify it.
Code
function bat_fullcalendar_settings_ajax_callback($form, &$form_state) {
return $form['bat_fullcalendar_scheduler'];
}