google-code-export / zkcalendar

Automatically exported from code.google.com/p/zkcalendar
1 stars 1 forks source link

Feature: select hours interval #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be very useful to be able to set the first and last hour of the
day in the default mold.

Original issue reported on code.google.com by sim.vitt...@gmail.com on 22 Mar 2010 at 3:03

GoogleCodeExporter commented 9 years ago
Workaround: put this into the afterCompose and it will scroll calendar to the 
8a.m.: 
Clients.evalJavaScript("$('" + this.getUuid() + "!cnt').scrollTop=360;");

Original comment by xmed...@gmail.com on 23 Mar 2010 at 10:20

GoogleCodeExporter commented 9 years ago

Original comment by jimmyshi...@gmail.com on 10 Apr 2010 at 12:09

GoogleCodeExporter commented 9 years ago
hi, the workaround is useful for the init hour but not for the end hour.
I think is better to add attribute to Calendar component for change the range
dynamically. 

Original comment by marco.sp...@gmail.com on 4 May 2010 at 3:26

GoogleCodeExporter commented 9 years ago
The main issue is that the CSS of the layout has to be changed as well, but it 
is
hard to change dynamically, which is depended on the range from Java code.

Original comment by jumperc...@gmail.com on 5 May 2010 at 3:38

GoogleCodeExporter commented 9 years ago

Original comment by jimmyshi...@gmail.com on 19 Jul 2011 at 9:28