負荷の説明に問題があります。私はajaxを介して答えを得ていますこれはJSONパーツ情報です:
{"id":"","start":1282561200,"end":1282564800,"title":"admin admin","description":[["Alcatel-6850, ","Alcatel-6400, "]]}
これは、イベントをレンダリングするためのコードです。
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'
}
});
この記述配列をツールチップにロードする方法。