You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>