Skip to content

Commit

Permalink
Merge pull request #119 from paciliojoe/patch-3
Browse files Browse the repository at this point in the history
Need to add "$onLoading" property thanks @paciliojoe
  • Loading branch information
philippfrenzel authored Mar 29, 2018
2 parents 0950f2c + 88af729 commit b54c806
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions yii2fullcalendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b54c806

Please sign in to comment.