customd / jquery-calendar

A full day, week, and resource calendar for use with jQuery.
MIT License
62 stars 26 forks source link

Display #7

Closed LyonelZ closed 11 years ago

LyonelZ commented 11 years ago

Hi

I just would like to know if there is a way to show the notes when the mouse hovers over an appointment (or even on the click event)? In my calendar I have allot of 15 min appointments and the notes are to big to display in 15 mins.

Any help please.

zergx1 commented 11 years ago

You can override eventselect function. Also changing minheight parameter will give you more space for your notes.

    $calendar = $('#CALENDAR').cal({
        minheight       : 120,
    });
LyonelZ commented 11 years ago

Thanks this sould work