Mobile scheduler offline mode ???

Hi,
I am trying to use mobile scheduler in totally offline mode but its not working.

index.html

<script type="text/javascript" charset="utf-8"> var source = new dhx.proxy({ url: "./data/events_mobile.php", storage: dhx.storage.local }); dhx.ready(function(){ dhx.ui.fullScreen(); dhx.ui({ view: "scheduler", id: "scheduler", save: source }); $$("scheduler").load(source, "json"); }); </script>

Can somebody explain how to use mobile scheduler in total offline mode. I would like to use html5 localStorage.

-Ashu

Hello,

Unfortunately, there is not ready implementation with localStorage.