<basebuttonrepeater>
a basebutton that sends an event if the mouse is held down.

JavaScript: lz.basebuttonrepeater

This class is a simple extension of basebutton. If the user holds the mouse button down over the button (for more than a half second), then an event onmousestilldown will be sent. The onmousestilldown event will continue to be sent every 50 milliseconds until the mouse button is released.

Methods

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Name Description
onmousestilldown  

Events inherited from <basebutton>

onclick, onresourceviewcount

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy