offline storage

i need to use feature offline storage in schedule but i use $$(“scheduler”).parse(data, “json”); and data return from web service , i don’t use url like Example

var source = new dhx.proxy({
url: “…/data/events_mobile.php”,
storage: dhx.storage.session
});

thanks,

Hello,

proxy should be used for both loading and saving. If you are using parse, you should implement own solution for offline storage.