Export to GitHub

jmonthcalendar - issue #30

Add ability to enable or disable calendar links


Posted on Aug 30, 2009 by Helpful Camel

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

Comment #1

Posted on Apr 8, 2010 by Massive Horse

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' },

Status: Done

Labels:
Type-Defect Priority-Medium