Revision: 4606 http://sourceforge.net/p/vexi/code/4606 Author: clrg Date: 2013-11-29 15:11:45 +0000 (Fri, 29 Nov 2013) Log Message: ----------- A test grid
Added Paths: ----------- branches/vexi3/org.vexi-vexi.widgets/src_test/test/layout/grid/rowspan.t Added: branches/vexi3/org.vexi-vexi.widgets/src_test/test/layout/grid/rowspan.t =================================================================== --- branches/vexi3/org.vexi-vexi.widgets/src_test/test/layout/grid/rowspan.t (rev 0) +++ branches/vexi3/org.vexi-vexi.widgets/src_test/test/layout/grid/rowspan.t 2013-11-29 15:11:45 UTC (rev 4606) @@ -0,0 +1,29 @@ +<vexi xmlns:ui="vexi://ui" xmlns="vexi.layout" xmlns:wi="vexi.widget"> + <wi:surface vshrink="true"> + <grid cols="4" vshrink="true"> + <ui:box text="Foo" hshrink="true" /> + <wi:textfield /> + <ui:box text="Foo" rowspan="2" hshrink="true" /> + <wi:textarea rowspan="2" vshrink="false" /> + + <ui:box text="Foo" hshrink="true" /> + <wi:textfield /> + + <ui:box text="Foo" hshrink="true" /> + <wi:textfield /> + <ui:box text="Foo" hshrink="true" fill="red" /> + <wi:textfield /> + + <ui:box text="Foo" hshrink="true" /> + <wi:textfield /> + <ui:box text="Foo" hshrink="true" width="150" fill="blue" /> + <wi:textfield /> + + <ui:box text="Foo" hshrink="true" /> + <wi:textfield /> + <ui:box text="Foo" hshrink="true" /> + <wi:textfield /> + </grid> + vexi.ui.frame = thisbox; + </wi:surface> +</vexi> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn