You are here

constant FULLCALENDAR_MIN_JQUERYUI_VERSION in FullCalendar 6.2

Same name and namespace in other branches
  1. 6 fullcalendar.module \FULLCALENDAR_MIN_JQUERYUI_VERSION

The minimum supported jQuery UI version.

2 uses of FULLCALENDAR_MIN_JQUERYUI_VERSION
fullcalendar_requirements in ./fullcalendar.install
Implementation of hook_requirements().
_fullcalendar_status in ./fullcalendar.module
Checks FullCalendar dependencies, jQuery version, and Colorbox plugin.

File

./fullcalendar.module, line 31
Provides a views style plugin for FullCalendar

Code

define('FULLCALENDAR_MIN_JQUERYUI_VERSION', '1.7.3');