<floatinglist>
a floatinglist appears above other components

JavaScript: lz.floatinglist

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>

Attributes inherited from <basefloatinglist>

attach, attachoffset, attachtarget

Attributes inherited from <basevaluecomponent>

type, value

Methods

Methods inherited from <list>

addItem, ensureItemInView, select

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Events inherited from <baselist>

onitemclassname, onselect

Events inherited from <baseformitem>

onchanged, onvalue

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy