search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Zooming in JS-Version?

Asked by Daniel
10 years ago.

Hi!
Is there any opportunity to activate this feature in the JS-version of the scheduler?

Thanks
Daniel

Answer posted by Dan Letecky [DayPilot]
10 years ago.

The zooming implementation in the ASP.NET demo (http://www.daypilot.org/demo/Scheduler/Zooming.aspx) is quite simple: It overrides the default time header cell text using BeforeTimeHeaderRender event handler (see http://doc.daypilot.org/scheduler/time-header-customization/). It inserts a link (<a>) that updates the scheduler properties.

It should be possible to do something similar in JS as well (use onBeforeTimeHeaderRender).

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.