I am using the mobile scheduler and also the samples on dhtmlxTouch. The datepicker (with time) doesn’t seem to be working. When you select the time, it is not updated on the start_date or end_date until AFTER you press Save.
I reverted to using datetext (as in the date_format sample), but I am unable to set the default minute step to 30 minutes. I tried
but this doesn’t work. I also tried setting scheduler.config.time_step=30; in the main program before declaring scheduler.config.form, but this doesn’t work either.
In general, I am finding that declaring scheduler.config and scheduler.templates properties in the main program (before dhx.ready) is not having any effect (except for date formats in 02_date_format sample).
Also, is it possible to display the day names on the Month view in the mobile calendar? I can’t see this working on any of the samples and I can’t get
scheduler.templates.month_scale_date=true;
to work either.
In general, I am finding that declaring scheduler.config and scheduler.templates properties in the main program (before dhx.ready) is not having any effect (except for date formats in 02_date_format sample).
Could you attached a demo that reproduce this issue?
Also, is it possible to display the day names on the Month view in the mobile calendar?
Thanks for the prompt reply. I parked my mobile version for a few days while I was working on the standard version and didn’t spot your response.
They work very well. I now have the minuteStep and monthHeader working correctly.
The other configuration settings I was having problems with were:
scheduler.config.limit_start = now;
scheduler.config.limit_end = nextWeek;
Perhaps I should be using something like:
$$(“scheduler”).$$(“calendar”).define(“limitStart”,now);
$$(“scheduler”).$$(“calendar”).define(“limitEnd”,nextWeek);
Does that make sense?
CK
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan