You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);});
The text was updated successfully, but these errors were encountered:
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??
The text was updated successfully, but these errors were encountered: