.tmp_D7ED6552DABC59AB9B75DAEB16637C0F_views-tutorial-$2.lzx

<canvas height="100%" width="100%">
<simplelayout spacing="5"/>
  <view width="200" height="250" resizable="true">
    <simplelayout axis="y" spacing="10"/>
    <text>Here is some text.</text>
    <text>I could ramble for hours.</text>
    <button x="${parent.width / 2}">
      My Button
    </button>
  </view>
<view width="200" height="250" clip="true" resizable="true">
    <simplelayout axis="y" spacing="10"/>
    <text>Here is some text.</text>
    <text>I could ramble for hours.</text>
    <button align="right">
      My Button
    </button>
  </view>

</canvas>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
* Copyright 2007, 2008 Laszlo Systems, Inc.  All Rights Reserved.                   *
* Use is subject to license terms.                                            *
* X_LZ_COPYRIGHT_END ****************************************************** -->

Cross References