MartinJoo
MartinJoo

Reputation: 2872

Event click on cell of Extjs Calendar

I want to call a function when click a cell in Extjs calendar

http://ext.ensible.com/deploy/dev/examples/calendar/remote.html

(currently click cell in that calendar it call "Add Event" but i want to call other function instead of).

Thank you guys.

Upvotes: 0

Views: 2174

Answers (1)

ChrisR
ChrisR

Reputation: 14467

When you look at the Ext.ensible docs (under Ext > ensible) you'll see that you can define some event listeners on your CalendarPanel. You'll probably want to add a listener on the dayclick event which is fired when you click on a day in the calendar.

Upvotes: 2

Related Questions