diff --git a/yii2fullcalendar.php b/yii2fullcalendar.php index 1ca8226..4b1a869 100644 --- a/yii2fullcalendar.php +++ b/yii2fullcalendar.php @@ -107,6 +107,12 @@ class yii2fullcalendar extends elWidget * @var string */ private $_pluginName = 'fullCalendar'; + + /** + * The javascript function to us as en onLoading callback + * @var string the javascript code that implements the onLoading function + */ + public $onLoading = ""; /** * The javascript function to us as en eventRender callback