Skip to content
seanhess edited this page Sep 13, 2010 · 2 revisions

Many of Biff’s Core Behaviors can be nested, meaning that you can apply further behaviors to apply when some event happens. An example of this is the Listener tag.

<Selector match="Button">
    <Listener event="click">
        <Trace message="clicked a button"/>
    </Listener>
</Selector>
Clone this wiki locally