The floatinglist
tag provides a list that floats
on top of the canvas. It includes an attachment API for popping-up
relative to a target. This attachment API guarantees visibility on the
canvas, such that if the floatinglist intersects the canvas bounds,
the attach location will change to a more visible location.
<canvas height="100"> <button x="10" y="10" text="owner"> <floatinglist width="80" attach="right"> <textlistitem text="one"/> <textlistitem text="two"/> </floatinglist> </button> </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.