0
J'ai un problème avec la description de la charge. Je reçois la réponse via ajax c'est JSON informations sur la pièce:FullCalendar et qTip. Aide avec la description comme tableau
{"id":"","start":1282561200,"end":1282564800,"title":"admin admin","description":[["Alcatel-6850, ","Alcatel-6400, "]]}
Ceci est du code à l'événement rendu:
eventRender: function(event, element) {
element.qtip({
content : event.description,
position: {
corner: {
tooltip: 'bottomLeft',
target: 'topRight'
}
},
style : {
width: 200,
padding: 5,
//background: '#A2D959',
color: 'black',
textAlign: 'center',
border: {
width: 2,
radius: 5,
color: '#A2D959'
},
tip: 'bottomLeft',
name: 'blue'
}
});
Comment charger ce tableau de description à infobulle.