MH42 / gwt-cal

Automatically exported from code.google.com/p/gwt-cal
0 stars 0 forks source link

Wiki information is incorrect #96

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to http://code.google.com/p/gwt-cal/wiki/Settings
2. Scroll to "Default Scroll Position"
3. The page says to use: calendar.setScrollToHour(7);

What is the expected output? What do you see instead?
Expected: settings.setScrollToHour(7);
What we see: calendar.setScrollToHour(7);

What version of the product are you using? On what operating system?
All

Please provide any additional information below.
None

Original issue reported on code.google.com by reichel....@gmail.com on 4 Nov 2010 at 2:13

GoogleCodeExporter commented 8 years ago
Hi Reichel, please see our demo application (line 284) that uses the 
scrollToHour... the Wiki is correct, it is a function of the Calendar class. 

http://code.google.com/p/gwt-cal/source/browse/trunk/gwt-cal-demo/src/com/bradry
dzewski/gwt/calendar/demo/client/iCalCalendarPanel.java

Original comment by Brad.Ryd...@gmail.com on 4 Nov 2010 at 3:35