Events documentation on Mobile

Hello!

please,could someone tell me where I could find the documenation about the Event in the Mobile Version?

I was trying to do some test but none Events fire up… :confused:

[code]

Data saving scheduler.config.init_date = new Date(2012,4,1);
		dhx.ready(function(){
			dhx.ui.fullScreen();
			dhx.ui({
				view: "scheduler",
				id: "scheduler",
				save: "events.php",
			});
			
			$$("scheduler").load("events.php","scheduler");
			
			$$("scheduler").attachEvent("onEventSave", function(event_id,event_object){
				localStorage.setItem('chiave','prova 1');
				//return true;
			});
		});
	</script>
[/code]

using onEventSave (from Scheduler) or onAfterAdd (that I found here in the Forum…) nothing happens…??? :confused:

Where is the documentation?

Thanks a lot!

Hello,

please have a look at the sample:

dhtmlxScheduler_v30_120111/samples/07_mobile/08_events.html

It shows how to set “add”, “delete” and “update” event handlers