The hbox
provides a convenient way to organize a simple horizontal layout.
Example 31. hbox
<canvas height="30" > <hbox spacing="10"> <handler name="onclick"> this.animate('spacing', this.spacing == 10 ? 0 : 10, 1000); </handler> <text>click</text> <text>to</text> <text>animate</text> <text>spacing</text> </hbox> </canvas>
Copyright © 2002-2007 Laszlo Systems, Inc. All Rights Reserved. Unauthorized use, duplication or distribution is strictly prohibited. This is the proprietary information of Laszlo Systems, Inc. Use is subject to license terms.