Author: pbr Date: 2006-11-14 15:02:54 -0800 (Tue, 14 Nov 2006) New Revision: 2530
Modified: openlaszlo/branches/legals/lps/components/lz/datepicker.lzx Log: Change 20061114-Philip-4 by [EMAIL PROTECTED] on 2006-11-14 16:17:29 EST in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/branches/legals Summary: Fixes so datepicker works New Features: Bugs Fixed: LPP-2843 Technical Reviewer: ptw QA Reviewer: (pending) Doc Reviewer: (pending) Documentation: The items reported in LPP-2843 were already fixed prior to me touching anything. However, the text alignment of the day number was broken in dhtml. I fixed this and everything in datepicker looks fine. Release Notes: Details: Tests: datepicker_example.lzx (in swf and dhtml) Files: M lps/components/lz/datepicker.lzx Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20061114-Philip-4.tar Modified: openlaszlo/branches/legals/lps/components/lz/datepicker.lzx =================================================================== --- openlaszlo/branches/legals/lps/components/lz/datepicker.lzx 2006-11-14 23:01:41 UTC (rev 2529) +++ openlaszlo/branches/legals/lps/components/lz/datepicker.lzx 2006-11-14 23:02:54 UTC (rev 2530) @@ -168,6 +168,7 @@ text="${classroot.daynum}" resize="true" align="center" + valign="middle" visible="${!parent.disabled}" fgcolor="${parent.selectable ? 0x000000 : 0x888888 }"/> </class> _______________________________________________ Laszlo-checkins mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins
