1
0
Fork 0

Prueba de concepto para visualizar eventos

This commit is contained in:
fredyrivera 2017-10-16 14:48:49 -05:00
parent cdf4919471
commit 8afa70fac0
1 changed files with 3 additions and 2 deletions

View File

@ -775,12 +775,13 @@ $eventos= "<link href='librerias/calendar/fullcalendar.min.css' rel='stylesheet'
header: {
left: 'prev,next today',
center: 'title',
right: 'listYear,month,agendaWeek,agendaDay'
right: 'listMonth,month,agendaWeek,agendaDay'
},
//defaultDate: '2017-10-12',
defaultView: 'listYear',
navLinks: true, // can click day/week names to navigate views
editable: false,
editable: false,
eventLimit: true, // allow \"more\" link when too many events
events: {
url: '$_SESSION[url]/api.php?id=$_REQUEST[eventos]&tipo=simple',