Hi Poll!
download this zip file:
https://github.com/jaime8111/jQueryEv...
then add these 2 CSS files:
/eventCalendar
/eventCalendar_theme
and this JS file:
jquery.eventCalendar
then add an HTML component to your screen and edit it with:
code
<div id="calendar"><>
/code
and on page show add this code:
$(calendar).eventCalendar({
/*you can define the parameters with any values of the functions here, or in the JS file */
});
And thats it...