We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I would like to duplicate this jquery configuration to yii2fullcalendar::widget
$('#calendar').fullCalendar({ header: { left: '', center: '', right: '', }, editable: true, views: { settimana: { type: 'agendaWeek', duration: { days: 7 }, title: 'Apertura', columnFormat: 'dddd', // Format the day to only show like 'Monday' hiddenDays: [0, 6] // Hide Sunday and Saturday? } }, defaultView: 'settimana', });
This shows only Monday - Friday http://jsfiddle.net/w11xw5gt/1/
The text was updated successfully, but these errors were encountered:
Hi @pedro25 , this need new changes in the code. The next pull request #128 solve this.
Sorry, something went wrong.
Hi @metola, i think the extraction has a syntax error on line 191 in the yii2fullcalendar.php file
@philippfrenzel Hello, is there an update on this? It is quite limiting that you can't set options...
No branches or pull requests
Hello, I would like to duplicate this jquery configuration to yii2fullcalendar::widget
This shows only Monday - Friday http://jsfiddle.net/w11xw5gt/1/
The text was updated successfully, but these errors were encountered: