SwarmOnline / Ext.ux.TouchCalendar

Sencha Touch Calendar component
113 stars 47 forks source link

Issue with EventsList example #13

Closed bentoo closed 11 years ago

bentoo commented 11 years ago

This is a simple item to fix. However, I wanted to let you know about it.

When I go to:

http://localhost/touchcalendar/examples/events-list.html

and click on Month or Year, I get a javascript error:

Uncaught TypeError: Object [object Object] has no method 'setMode' events-list.html:49

The example should have

calendar.setViewMode('month'); calendar.setViewMode('week'); instead of:

calendar.setMode('month'); calendar.setViewMode('week');