This topic is locked

Guide 64 - Using the "FullCalendar" library

7/5/2023 8:21:26 AM
PHPRunner Tips and Tricks
fhumanes author

To represent any event that is related to a date or range of dates, the best way is the “image” of a calendar.
For these types of presentations, by far the most widely used is the FullCalendar JavaScript library . I have done several examples where I have used it, for example " Vacation Management ", but I have used other ways of representing data in the calendar and, in addition, the management of the application itself makes it more complex to understand its operation.
Objetive
Have a simple example of using the “FullCalendar” JavaScript library. In this example, the calendar representation form of Month, Quarter, and Full Year format is available.
DEMO : https://fhumanes.com/incidentes/
img alt
If you are interested in this topic, keep reading the article at this link.

fhumanes author 7/22/2023

The functionality of the example has been extended in the following cases:
1.- TOOLTIP has been added to display incident information just by placing the mouse over it. Very important for those who want to provide case information and not force the user to open and close the event information.
img alt
2.- The way of registering new incidents has been changed. Now you can select the days (in the calendar) and immediately present the ADD form with the user's data and the selected days.
img alt
If you are interested in this information, continue reading the article at this link .

Davor GeciDevClub member 8/14/2023

Great and simple way of using the Full calendar control Fernando!!
Is the version of Fullcalendar that is used in this example included in the PHPRunner?
Thanks,
Davor

fhumanes author 8/15/2023

Hello,
If you check the example you will realize that the library is included in the same example. In short, no, the library must be included.
Greetings,
fernando