History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-3900
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: -- --
Assignee: Mamye Kratt
Reporter: Raju Bitter
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

LZX reference the example for datepicker contains a wrong date for the selecteddate attribute

Created: 20/Apr/07 12:48 AM   Updated: 17/Jan/08 08:57 AM
Component/s: Documentation - RefGuide
Affects Version/s: 4.0.0
Fix Version/s: RingDingTools (4.1 Ref Guide + Tools)

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 4,906
Runtime: N/A
Fix in hand: False


 Description  « Hide
In LZX reference the example for datepicker contains a wrong date for the selecteddate attribute. I guess selecteddate should be after inbetween earliestdate and latestdate.

Location: openlaszlo-4.0.0/docs/reference/datepicker.html

Code:
<datepicker showingdate="new Date(2006,3,1)"
              earliestdate="new Date( 2003, 9, 5)"
              latestdate="new Date( 2005, 1, 5)"
              selecteddate="new Date( 2006, 3, 20)">

Should be something like:
              <datepicker showingdate="new Date()"
              earliestdate="new Date( 2007, 1, 1)"
              latestdate="new Date( 2008, 11, 31)"
              selecteddate="new Date()">

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Mamye Kratt - 09/May/07 12:15 PM
(branches/4.0 build 4915 )

Not seeing this change in branches/4.0.

Mamye Kratt - 06/Jun/07 11:07 AM
Not fixed in 4.0.2, removed from the fixed in field. Needs to be tested in legals when doc is working again. As of r5302 doc is broken.

Mamye Kratt - 06/Jun/07 11:12 AM
Fixed in legals.