changes on scheduler

I would like to do two things:

  • change the scheduler.templates.hour_scale to show one hour per line
  • remove the dhx_title to show only the body of event (to fill one line only)

It is possible? How can I do it?

a) you can use scheduler.config.hour_size_px to change size of hour scale element
b) there is no built in solution. You can hide the title section through css styles, but it will not affect size of event’s body ( you need to modify js code to affect it )