This is great, thank you. So do you think it will be possible to store the tiles offline without using PhoneGap? Ive been experimenting with GeoExt and have had some success storing tiles offline. I think that version has a datastore which can store the tiles locally.Thanks again,Digeridoopoo my new site:Nicad Batteries
You should be able to drop this into your ST2 projects right away but as it's an initial release there may still be a few bugs lurking around so if you come across any please get in touch and we'll get onto them.
This is a nice plugin. I'm trying to make it work on this sencha project I've been working for a couple of months. The examples are kind of easy, but what about a more "real" situation?? There is any example about how to use this plugin using a "dynamic" store instead just hard coding the events on the example store?? ("dynamic" means pulling events from server side using ajax, jsonp or whatever).
I want to get this plugin working implementing MVC native sencha architecture: my events model in one file, other file to define my store (witch will be handled as app store and maybe used in several situations, not only for the calendar), and finally one file for the view, where the calendar will be defined (but the store will be out of this file scope). Make sense or I need to attach some code the show what I'm trying to do??