Dispatching an event

fx-dispatch allows to dispatch custom events to a target or document.

With fx-property arbitrary properties can be passed as event details. The name attribute defines the name in the event details object.

Passing a static value

With the value you can pass a static value to the event details object.

Passing a dynamic property

A property can be dynamic by using the expr attribute. This is interpreted as an XPath expression that is evaluated in context.