forked from qwerty/tupali
Prueba de concepto para visualizar eventos
This commit is contained in:
parent
cdf4919471
commit
8afa70fac0
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user