.tmp_C6575923415C7D0EB5AF102CB9FF7484_views-tutorial-$7.lzx
<canvas height="300" width="100%">
<window x="20" y="20" height="250" width="${immediateparent.width + cobi.width}" title="Simple Window" resizable="true">
<simplelayout axis="y" spacing="10"/>
<view bgcolor="#ff0000">
<simplelayout axis="x" spacing="5"/>
<button>1</button>
<button>2</button>
<button>3</button>
</view>
<text>Here is some text.</text>
<text>I could ramble for hours.</text>
<button name="cobi" x="${(immediateparent.width / 2) - (this.width / 2)}" onclick="this.setAttribute('width', this.width + 10);">
<method name="Mymeth">
</method>
My Button
</button>
</window>
</canvas>
Cross References