[Laszlo-checkins] r11916 - openlaszlo/trunk/lps/components/lz
bargull@openlaszlo.org
bargull at openlaszlo.org
Thu Nov 27 10:43:51 PST 2008
Author: bargull
Date: 2008-11-27 10:43:48 -0800 (Thu, 27 Nov 2008)
New Revision: 11916
Modified:
openlaszlo/trunk/lps/components/lz/gridcolumn.lzx
Log:
Change 20081127-bargull-4Nb by bargull at dell--p4--2-53 on 2008-11-27 19:36:25
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: set resize-flag to false on gridcolumn example
New Features:
Bugs Fixed: LPP-7404
Technical Reviewer: (pending)
QA Reviewer: Andrew White
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Setting the resize-flag to false will restrict the text's width to its column's width.
Tests:
see bugreport
Modified: openlaszlo/trunk/lps/components/lz/gridcolumn.lzx
===================================================================
--- openlaszlo/trunk/lps/components/lz/gridcolumn.lzx 2008-11-27 18:40:08 UTC (rev 11915)
+++ openlaszlo/trunk/lps/components/lz/gridcolumn.lzx 2008-11-27 18:43:48 UTC (rev 11916)
@@ -132,7 +132,7 @@
<text datapath="position()"/>
</gridcolumn>
<gridcolumn width="200"> Name
- <text datapath="@displayname"/>
+ <text datapath="@displayname" resize="false"/>
</gridcolumn>
<gridcolumn sortable="false"> Home
<checkbox value="$path{'@home_default'}"
More information about the Laszlo-checkins
mailing list