You are here

function appointment_calendar_filltime_slots_callback_form in Appointment Calendar 7

Ajax callback function to show timeslots.

1 string reference to 'appointment_calendar_filltime_slots_callback_form'
appointment_calendar_settings_form in ./appointment_calendar_admin_settings.inc
Function to display form in Setting Page.

File

./appointment_calendar_admin_settings.inc, line 92
Provide Configuration form for Appointment calendar.

Code

function appointment_calendar_filltime_slots_callback_form($form, &$form_state) {
  return $form['slots'];
}