Author: hqm
Date: 2008-01-31 13:27:08 -0800 (Thu, 31 Jan 2008)
New Revision: 7939

Modified:
   openlaszlo/branches/devildog/test/swf9/hello.lzx
Log:
add input text fields to hello.lzx test

Modified: openlaszlo/branches/devildog/test/swf9/hello.lzx
===================================================================
--- openlaszlo/branches/devildog/test/swf9/hello.lzx    2008-01-31 19:25:44 UTC 
(rev 7938)
+++ openlaszlo/branches/devildog/test/swf9/hello.lzx    2008-01-31 21:27:08 UTC 
(rev 7939)
@@ -77,11 +77,22 @@
         width="100" bgcolor="#ffcccc" clip="true">aaa bbb ccc ddd eee fff ggg 
hhh iii jjj kkk lll mmm nnn ooo ppp qqq</text>
 
 
+  <inputtext fontsize="11" x="500" y="270"
+        width="250" bgcolor="#cccccc" >this is input text aaa bbb ccc ddd eee 
fff ggg hhh iii jjj kkk lll mmm nnn ooo ppp qqq</inputtext>
 
 
+  <inputtext fontsize="11" x="500" y="300" 
+       bgcolor="#cccccc" >this is input text no set width  aaa bbb ccc ddd eee 
fff ggg hhh iii jjj kkk lll mmm nnn ooo ppp qqq</inputtext>
 
+  <inputtext fontsize="11" x="500" y="330" resize="true"
+       bgcolor="#cccccc" >this is input text ,set width, resize = true aaa bbb 
ccc ddd eee fff ggg hhh iii jjj kkk lll mmm nnn ooo ppp qqq</inputtext>
 
 
+
+
+
+
+
 </canvas>
 <!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
 * Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.              *


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to