Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Brian Lang on Jul 10, 2009 16:00
open dhtmlx forum
dhtmlxScheduler Month / Week view question

When in Month View or Week View, clicking the Date should open the calendar in Day view. Am I missing something or is this feature not available (yet)?
Basically, if I have a whole bunch of short appointments/events on a day, and I see that day in Month View, I won't be able to see all the appointments/events.

Alternately, there needs to be a way to go and view a specific date in Day view without having to use the little black arrows beside the word "Today".
Answer posted by Support on Jul 13, 2009 01:38
Unfortunately such functionality is not available in current version. 
Answer posted by Brian Lang on Jul 13, 2009 08:03
Any idea on a timeline to add this feature?
Answer posted by Support on Jul 13, 2009 09:46
Optional ability to use x-scale headers as links will be added in next version ( will be released till the end of the month ) 

>>a way to go and view a specific date in Day view without having to use the little black arrows beside the word "Today"
There is a js API which allows to change current date to any necessary ones. 
We don't have plans to add any extra navigation elements in next version. 
Answer posted by pete on Aug 14, 2009 03:36

I would also like to do exactly what the original poster asked - have the dates in month and week view clickable to go directly to day view.  Is there any version/beta which can allow this yet.

Many thanks

Pete

Answer posted by Support on Aug 19, 2009 02:59
Add the attached js file to the page ( after dhtmlxscheduler.js ) 

If you want to style the linsk in some special way, you can add a css rule to the page similar to the next

<style type="text/css" media="screen">
.dhx_cal_container a{
color:black;
}
</style>
Attachments (1)