...overview of the extension...
Requirements ¶
...requirements of using this extension (e.g. Yii 2 or above)...
Usage ¶
...put in common/componts...
...use code blocks like the following...
echo common\components\fullcalendar\FullcalendarWidget::widget(
['options'=>[
'header'=>[
'left'=>'prev,next today',
'center'=> 'title',
'right'=> 'month,agendaWeek,agendaDay'
],
'lang'=>'zh-cn',
'loading'=>"js:function loading(bool) {if (bool) $('#loading').show();else $('#loading').hide();}",
],
]
);
Is there a demo?
A link to a demo would be nice, so we can see how this thing works.
What about composer ?
Plz add a composer package for this to get a try
That's awesome
Can't find the composer, give it a try: https://github.com/filsh/yii2-calendar
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.