Display more Text in fullcalendar -


I like fullcalendar JQuery-Plugin. Right now I am looking for a solution to show more information in the event. For example, in day view, you see an event from 06:00 to 10:00. Now I want to display an additional detail in this event (not only time and title).

I use a tooltip individually to display additional information, If they have emphasized this phenomenon, they can see that long descriptions use this example, but any tooltip implementation will work.

  $ (document) .ready (function () {var date = new date (); var d = date.getDate (); var m = Date.getMonth (); var y = date.getFullYear (); $ ('# calendar') .FullCalendar ({Header: {LEFT: 'Previous, Next Today', Center: 'Title', Correct: 'Month, Basic Options, Basic ''}, // Events: "Calendar.Amx / Event List", // Default View: 'Day View', Event: [Title: 'All Day Event', Start New Date (y, m , Description: 'long description', id: 1}, {title: 'long event', start: Y, m, 1), description: ' Long Description 3 ', Id: 2}], EventRender: Function (Event, Element) {element.qtip ({content: event.d Written; 
' event.start, Style: {Background: 'Kali ', Color:' #FFFFF '}, Position: {Corner: {Target:' Center ', Tooltip:' bottom Middle '}}});}}); });

Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -