Sha256: 34fc2ef1565aa4b2741c9f84f59df0d5f56b40b5f0109d24d260a2718de399c6
Contents?: true
Size: 1.5 KB
Versions: 2
Compression:
Stored size: 1.5 KB
Contents
<library> <include href="utils/layouts/simplelayout.lzx"/> <class name="hbox"> <attribute name="spacing" value="0"/> <attribute name="inset" value="0"/> <simplelayout spacing="${parent.spacing}" inset="${parent.inset}" axis="x"/> <doc> <tag name="shortdesc"><text>A horizontal box</text></tag> <text> <p> The <tagname>hbox</tagname> provides a convenient way to organize a simple horizontal layout. <example title="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> </example> </p> </text> </doc> </class> </library> <!-- * X_LZ_COPYRIGHT_BEGIN *************************************************** * Copyright 2005-2007 Laszlo Systems, Inc. All Rights Reserved. * * Use is subject to license terms. * * X_LZ_COPYRIGHT_END ****************************************************** --> <!-- @LZX_VERSION@ -->
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
leftplayer-0.1.1 | src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/hbox.lzx |
leftplayer-0.1 | src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/hbox.lzx |