Multiple Resource view

With the “Multiple Resource View” , is it possible to show 15 min slots from say 10am to 1pm ,for a single day, and no other slots should be shown.
Also, is it possible to edit the task window to show only a small description and not show the time range currently at the top.

Hello,

You can control first and last displayed hours as
scheduler.config.first_hour = 10;
scheduler.config.last_hour = 13;

It’s possible to edit lightbox configuration. Check for example scheduler\samples\06_timeline\02_lines.html
Following part:

scheduler.config.lightbox.sections=[ 

Kind regards,
Ilya

Thanks for the reply,
I tried setting the first and last hour and it worked. For lightbox, I think I now have some pointers.

I still have the issue of changing the time interval to 15 mins (Its a very crucial requirement for me).
Is it possible? I am ready to make code changes , just need some pointers in this regard.

Regards,
Abdul

Hello,

Can you attach some screenshot, probably didn’t get you.

Also be sure to check
scheduler/samples/02_customization/09_timestep.html
sample, maybe it’s what you are looking for.

Kind regards,
Ilya

Hi,
Thanks, this is exactly what I was looking for.

Regards,
Abdul