Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

month:previous not returning data #42

Open
soyoh opened this issue Apr 16, 2013 · 0 comments
Open

month:previous not returning data #42

soyoh opened this issue Apr 16, 2013 · 0 comments

Comments

@soyoh
Copy link

soyoh commented Apr 16, 2013

Hi,

im using the callback function to execute function on callback, i'm using a remote json to fillup the calendar, so, if user is moving beetween months, i just call the api to load then into the module.

but the callback mont:next and mont:previous is not returning the current date, i'm doing anything wrong??

calendarView.addEventListener("month:previous", function(e) {
    Ti.API.info("Going back to previous month");
    Ti.API.info(e.event.date);
    Ti.API.info(e.source);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant