igorsoaresassis / jmonthcalendar

Automatically exported from code.google.com/p/jmonthcalendar
Other
0 stars 0 forks source link

Add ability to enable or disable calendar links #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Just downloaded jMonthCalendar 1.3.2-beta2, but my buttons: prev, next, 
today. Are not working.
A red about an improvment Add ability to enable or disable calendar links 
(today link, next year, and previous year). in 1.2.2
but i can't find how enable those buttons.
enableNextYear: true,

os: win7, ie/chrome

Original issue reported on code.google.com by cvsc...@gmail.com on 30 Aug 2009 at 8:29

GoogleCodeExporter commented 8 years ago
You can add something like this to your options:

navLinks: {
    enableToday: true,
    enableNextYear: true,
    enablePrevYear: true,
    p:'‹ Prev', 
    n:'Next ›', 
    t:'Today',
    showMore: 'Show More'
},

Original comment by k.leneau@gmail.com on 8 Apr 2010 at 7:20